[TIMOB-456] Scroll View - click button - other button disappears
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:53:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 0.9.3 |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:29:41.000+0000 |
Updated | 2011-04-17T01:53:06.000+0000 |
Description
Base UI => Views => Scroll View => Basic
there are two buttons (one at the top and one at the bottom). if you click the top button (which adds a view to the scroll view), the bottom button disappears.
Turns out the button was specified to be placed, relative to the bottom, so it was sliding behind the added view.