Xamarin.iOS ScrollView with the use of UIPageViewController, UIScrollView -


i'm trying implement scroll interface same https://developer.xamarin.com/samples/monotouch/frogscroller/ instead of scrolling images want scroll uiviews. i'm trying reverse engineer solution it's proving difficult. know of example exists this? or can suggest how best achieve ui? have thought common ui, allowing user swipe new screens.

basically, app show screen has list of images based on subject. user can swipe left move next subject swipes screen along show next screen lists images next subject.

you can use uipageviewcontroller, have wrote sample others, can check link:

xamarin.ios implement pagecontroller images code.

customize contentviewcontroller, can put want, or make own customviewcontroller(with index property) instead of it.

hope can you.

if still have questions, leave here.


Comments