[TIMOB-8468] iOS: Change selectRow position property
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Needs more info |
| Resolution Date | 2017-06-22T20:12:44.000+0000 |
| Affected Version/s | Release 1.8.0.1 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | api |
| Reporter | Rafael Kellermann Streit |
| Assignee | Eric Merriman |
| Created | 2012-03-14T08:14:38.000+0000 |
| Updated | 2017-06-22T20:12:44.000+0000 |
Description
Just change the position default when use selectRow method in a UITableView.
Today, the default is the position MIDDLE but I think that the default of iOS platform is NONE.
Code:
int scrollPosition = [TiUtils intValue:@"position" properties:dict def:UITableViewScrollPositionMiddle];
Not sure what this bug is about. Need more information to process it.
Closing ticket because the request for more information was never followed up.