[TIMOB-18675] KitchenSink iOS: Camera with overlay throws warning
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-04-28T03:08:35.000+0000 |
Affected Version/s | Release 4.0.0 |
Fix Version/s | Release 4.1.0 |
Components | iOS |
Labels | ios, kitchensink, qe-4.0.0 |
Reporter | Eric Wieber |
Assignee | Pedro Enrique |
Created | 2015-03-10T19:30:48.000+0000 |
Updated | 2015-04-28T20:52:25.000+0000 |
Description
The KS tests with a camera overlay throw the below warning on open:
[WARN] : Unbalanced calls to begin/end appearance transitions for <TiViewController: 0x15edd4900>.
*Steps to reproduce issue*:
1. Launch KS
2. Open the Phone > Camera section. Then open any of the following sections: Camera Custom Overlay, Camera Overlay Webview, Camera Augmented Reality.
3. Notice the above warning in the console
*Expected results*:
No Warning is shown
PR: https://github.com/appcelerator/KitchenSink/pull/69
CR and FT passed. PR merged.
Verified fixed using: Kitchen Sink 3.5.2 (master as of date) MacOS 10.10.3 Studio 4.0.0.201504231645 Appc NPM 0.3.51 Appc CLI 0.2.273 Ti CLI 4.0.0-beta7 Node v0.10.37 Warning is no longer encountered.