[TIMOB-10807] iOS: ScrollView children return incorrect information for size, rect
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | core |
Reporter | Arthur Evans |
Assignee | Unknown |
Created | 2012-09-06T16:03:26.000+0000 |
Updated | 2018-02-28T20:04:20.000+0000 |
Description
ScrollView on iOS doesn't generate 'postlayout' events when scrolled or zoomed, nor are the children's rect and size properties updated.
This may be unavoidable--in which case, we should document that the postlayout, rect, and size properties are of limited utility for the children of ScrollViews.
No comments