With the release of iOS 5, Apple introduced the UIPageViewController. This controller is responsible for producing the page-turning effect which is similar, if not identical, to the one in the iBooks app. If we wanted to implement a similar effect before, we’d have to write a lot of code to reproduce it.
Fortunately, Xamarin made available MonoTouch 5 only a few hours after the official iOS 5 release and of course, with a full support for it. I have created a small pr...


No comments yet, be the first one to post comment.