[AC-2553] className not used in iOS on TableViewRow?
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-06-04T21:34:35.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | documentation, tableviewrow |
Reporter | Mitchell Amihod |
Assignee | Ritu Agrawal |
Created | 2013-06-04T19:04:00.000+0000 |
Updated | 2016-03-08T07:41:37.000+0000 |
Description
http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.TableViewRow-property-className
Docs state className is not used on iOS. Can you confirm/expand on this? The code for TiUITableViewRowProxy would suggest otherwise, but my objc isn't strong enough to be certain.
thanks
Hello Mitchell, Questions about the implementation of classes are better suited for the community boards: http://developer.appcelerator.com/questions/newest JIRA is an environment to post potential bugs or issues with the platform or SDK. If you have a particular test case which shows a disparity between what is represented in the docs and what you are seeing in run-time then please provide such information. Regards, Carter
Hi Carter, That why I opened it as a docs question - because the docs dont seem to reflect the Ti code.
[~meeech] className property is available on iOS platform but it is ignored. This behavior is also documented here. http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.TableViewRow-property-className "This property exists on iOS, Tizen and Mobile Web, but is ignored."