[AC-1513] getApiName() return "Ti.View"
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2014-08-06T03:27:33.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Alloy |
| Labels | android, ios, parity |
| Reporter | Markus |
| Assignee | Shuo Liang |
| Created | 2014-07-28T15:19:40.000+0000 |
| Updated | 2016-03-08T07:37:58.000+0000 |
Description
Ti.API.info(Ti.UI.createTableViewRow().getApiName());
Current result:
return (Android): Ti.UI.TableViewRow
return (iOS): Ti.View
Expected reulst:
return (Android): Ti.UI.TableViewRow
return (iOS): Ti.UI.TableViewRow
Comments
- Shuo Liang 2014-08-06