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

2 Comments

  • Hi your points are very nice and now i know that how can we use the mono touch view and i am very happy because before that i had no idea of using it!

    Thanks for sharing!

  • DotNet slackers rule. Pretty soon I'm going to read the documentation given that these little tips keep solving my problems. It leads one to wonder what would happen if I actually read the manual!!!!

Comments have been disabled for this content.