Titanium JIRA Archive
Alloy (ALOY)

[ALOY-1520] Replace Ti.Ui.iPhone with Ti.Ui.iOS in Alloy

GitHub Issuen/a
TypeBug
PriorityCritical
StatusResolved
ResolutionFixed
Resolution Date2016-09-21T21:59:32.000+0000
Affected Version/sRelease 5.4.0, Release 5.5.0
Fix Version/sRelease 6.0.0, alloy 1.9.3
ComponentsTooling
Labelsalloy
ReporterHazem Khaled
AssigneeBruce Wayne
Created2016-09-15T05:14:56.000+0000
Updated2016-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

Comments

  1. Sharif AbuDarda 2016-09-15

    Hello, Can you please explain a little more? Perhaps with a sample code on the specific namespace. Thanks.
  2. Hazem Khaled 2016-09-15

    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
  3. Feon Sua Xin Miao 2016-09-21

    PR https://github.com/appcelerator/alloy/pull/798 merged.

JSON Source