[ALOY-1520] Replace Ti.Ui.iPhone with Ti.Ui.iOS in Alloy
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2016-09-21T21:59:32.000+0000 |
Affected Version/s | Release 5.4.0, Release 5.5.0 |
Fix Version/s | Release 6.0.0, alloy 1.9.3 |
Components | Tooling |
Labels | alloy |
Reporter | Hazem Khaled |
Assignee | Bruce Wayne |
Created | 2016-09-15T05:14:56.000+0000 |
Updated | 2016-10-03T18:17:06.000+0000 |
Description
Since 5.4.0.GA we facing a lot of warnings messages because Alloy using Ti.iPhone namespace, I just replaced it with Ti.IOS
PR: https://github.com/appcelerator/alloy/pull/795
Hello, Can you please explain a little more? Perhaps with a sample code on the specific namespace. Thanks.
Compiled code from alloy still using Ti.iPhone namespace, i just replaced it with Ti.iOS [WARN] Ti.UI.iPhone.TableViewStyle.GROUPED DEPRECATED in 5.4.0, in favor of Ti.UI.iOS.TableViewStyle.GROUPED [WARN] Ti.UI.iPhone.ListViewCellSelectionStyle.NONE DEPRECATED in 5.4.0, in favor of Ti.UI.iOS.ListViewCellSelectionStyle.NONE
PR https://github.com/appcelerator/alloy/pull/798 merged.