ViewPager Controller in Xamarin for IOS

1.1k Views Asked by At

Is there any ViewPager controller for ios in Xamarin C# Language. Which look simpler to pivot controller in windows phone.

I search a lot i found ICViewPager but its in X-Code Objective-C language

Is there any controller that helps to create ViewPager.

@All Thanks In Advance.

1

There are 1 best solutions below

0
On

You could use a UIScrollView that enables paging ( there is a property enabling this on the UIScrollView ) in combination with UIPageControl. I'm sure you can find some tutorials online about this subject. Here is one.