0

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.

bkardol
  • 1,258
  • 1
  • 20
  • 32
kiran
  • 4,285
  • 7
  • 53
  • 98

1 Answers1

0

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.

Chris
  • 3,329
  • 1
  • 30
  • 44