[TIMOB-268] Orientation Change does not fire for views
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:52:32.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 0.8.1 |
| Components | iOS |
| Labels | defect, ios, iphone |
| Reporter | Nolan Wright |
| Assignee | Blain Hamon |
| Created | 2011-04-15T02:26:25.000+0000 |
| Updated | 2011-04-17T01:52:32.000+0000 |
Description
When you are listening for orientation changes and you show a view, the orientation change does not fire. if you don't show a view, it does fire.
I'm a bit confused about this one. Do you have something I can recreate this in kitchen sink?
If I have a orientation change listener, then create and show a view, the orientation change never fires. If I don't show the view, it works fine.