Details
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];