- Create an instance of sfRotator.
- Enable horizontal swiping.
- 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).