Creating a FlipView with Monotouch
It seems that the default project templates that Monotouch provides doesn't include a FlipView template. This template normally provides a way of flipping a view to another view which displays different information. I created a demo project (which includes Jon Skeet's picture - aren't you lucky?) to demonstrate one way of creating this functionality. Craig over at ConceptDev posted a way of creating this functionality (see here: http://conceptdev.blogspot.com/2009/10/monotouch-flip-flop-with-uiview.html) however I quite like my implementation.
You can find the source code over on GitHub here:
http://github.com/chrisntr/Flip-View-Monotouch
Hope this helps,
ChrisNTR
P.S. You may note that this example is very similar to the project created by Phil Nash at the Stackoverflow DevDays in London and was the inspiration for creating this simple project