Welcome to the Xamarin.iOS feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.iOS, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

3
Votes
  1. Create an instance of sfRotator.
  2. Enable horizontal swiping.
  3. Populate the rotator with more than one instance of a scrollable view.

Expected: As the user swipes through the rotator views, the user can scroll the content of each view to the bottom with ease.

Actual: If scrolling works at all only the first and last views actually scroll. Views in the middle of the collection don't scroll at all.

See attached demo project. It compares the rotator containing 1 scrollable view to a rotator containing many scrollable views.

I worked backwards from version 50 (which was the latest version at the time of writing this) to find out the first version where this was broken. It appears to have been broken between versions 47 and 48 (ie. it works in 47 but doesn't in 48).