[TIMOB-76] View Implementation
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:51:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 0.6.0 |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Nolan Wright |
Created | 2011-04-15T02:23:23.000+0000 |
Updated | 2011-04-17T01:51:54.000+0000 |
Description
Add support for views. Views existing within "windows". A window can have more than one view.
For iphone, a window includes the navbar and toolbar, and the view is the content area. You should be able to programatically change views. You should be able to optionally use an animation for view transitions (e.g., flop or curl).
Android will not initially support animation transitions.
No comments