[ALOY-1274] SplitWindow should be mapped to Ti.UI.iOS instead of Ti.UI.iPad
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Resolved |
| Resolution | Duplicate |
| Resolution Date | 2015-06-29T19:18:38.000+0000 |
| Affected Version/s | Alloy 1.6.0 |
| Fix Version/s | n/a |
| Components | XML |
| Labels | n/a |
| Reporter | Fokke Zandbergen |
| Assignee | Bruce Wayne |
| Created | 2015-05-26T06:52:03.000+0000 |
| Updated | 2015-06-29T19:18:38.000+0000 |
Description
The
<SplitWindow> tag is mapped to Ti.UI.iPad.createSplitWindow but since 4.0 this has been deprecated in favor of Ti.UI.iOS.createSplitWindow.
PS: Or should/can we depend this on the SDK used for the project?
PR on master: https://github.com/appcelerator/alloy/pull/689