[TIMOB-10113] iOS: Pagination in scrollable view does not look nice with lots of views
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-07-28T16:50:31.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | api |
Reporter | Davide Cassenti |
Assignee | Neeraj Gupta |
Created | 2012-07-24T05:44:16.000+0000 |
Updated | 2017-03-09T23:12:17.000+0000 |
Description
Problem description
ScollableView pagination does not work well if there are lots of views; the "dots" in the pagination row goes out of the screen.
Steps to reproduce
1. Open Kitchen Sink
2. Go to Base Ui > View > Scroll Views > Scrollable View
3. Click the 'Add' button multiple times (~25 times)
4. Swipe views: at some point, the white dot that marks the current selected view goes out of the screen
Comments
JSON Source
IOS limitation. From IOS docs http://developer.apple.com/library/ios/#documentation/uikit/reference/UIPageControl_Class/Reference/Reference.html Note: Because of physical factors—namely the size of the device screen and the size and layout of the page indicators—there is a limit of about 20 page indicators on the screen before they are clipped.
Closing ticket as invalid.