[TIMOB-14624] iOS7: Implement the new view transition animations
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-10-29T22:03:08.000+0000 |
Affected Version/s | Release 3.2.0 |
Fix Version/s | 2013 Sprint 21, 2013 Sprint 21 API, Release 3.2.0 |
Components | iOS |
Labels | ios7, module_navwindow, module_tabgroup, qe-testadded |
Reporter | Sabil Rahim |
Assignee | Pedro Enrique |
Created | 2013-07-22T21:30:10.000+0000 |
Updated | 2016-05-26T14:21:04.000+0000 |
Description
iOS 7 has introduced new transition animations for showing/hiding views.
Attachments
File | Date | Size |
---|---|---|
xcode_console.log | 2013-10-17T00:39:17.000+0000 | 1363 |
PR: https://github.com/appcelerator/titanium_mobile/pull/4791 Sample code:
This PR implements UIViewControllerAnimatedTransitioning We currently have no plans to implement UIViewControllerInteractiveTransitioning. Also note that this PR does not add support for transition Animations (transition property of Ti.UI.Animation). We will look at adding support for that in future versions of the SDK.
Reopening ticket. The above sample code works fine on iPhone Simulator (7.0). But, above sample code does not work on iphone 5s (7.0); app does not launch on device (see xcode_console.log). Tested on: Titanium Studio, build: 3.2.0.201310152326 SDK build: 3.2.0.v20131016165643 Device: iphone 5s (7.0) Xcode: 5.0
very nice!
We put the creation code in the wrong ifdef block. Fixing. 10 minutes.
Fixed by PR https://github.com/appcelerator/titanium_mobile/pull/4799
Tested With: OSX: 10.8.5 Xcode:5.0 Appcelerator Studio: 3.2.0.201310181700 SDK:3.2.0.v20131018154951 acs:1.0.7 alloy:1.2.2 npm:1.3.2 titanium:3.2.0 titanium-code-processo:1.0.3 Device: iPod touch 2 (v iOS7)
Reopening ticket. The navWindow with transitionAnimation test case runs fine on iOS Simulator (7.0) and iphone 5s (7.0.2). *However,* the tabGroup with transitionAnimation test case fails to install onto device (runs fine on iOS Simulator 7.0). *Tested on:* SDK build: 3.2.0.v20131028170320 Ti CLI: 3.2.0 (master) Xcode: 5.0 Device: iphone 5s (7.0.2) *tabGroup with transitionAnimation test case:*
*Error when installing to device*
PR: https://github.com/appcelerator/titanium_mobile/pull/4877
Closing ticket as fixed. Verified both navWindow and tabGroup test cases are working as expected on device and simulator. Tested on: Titanium Studio, build: 3.2.0.201310300119 SDK build: 3.2.0.v20131029150357 Ti CLI: 3.2.0 (master) Device: iPhone Simulator (7.0), iphone 5s (7.0.2) Xcode: 5.0
I'm having this issue now. Without changing anything this error appear and I can't compile my app.