[AC-3219] Implement insertView method for ScrollableView
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2014-06-13T16:48:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | android, api, feature, ios |
Reporter | Viktor Korol |
Assignee | Steven Scott |
Created | 2014-05-31T12:54:26.000+0000 |
Updated | 2016-03-08T07:57:37.000+0000 |
Description
Please implement insertView method for ScrollableView in addition to addView and removeView methods. It can be used to insert view to ScrollableView at the begining to implement infinite scroll. Similar feature was implemented for views, see TIMOB-7673. When view is inserted before current page then current page index should be incremented to prevent current page changing.
This appears to be a duplicate of TIMOB-16879. Please watch TIMOB-16879 for latest updates.