不积跬步,无以至千里;不积小流,无以成江海
- (void)viewDidLoad {
[super viewDidLoad]; NSIndexPath *ip=[NSIndexPath indexPathForRow:0 inSection:0];
[myTableView selectRowAtIndexPath:ip animated:YES scrollPosition:UITableViewScrollPositionBottom];
}