UITableView Scroll to top 手动设置tableview 滚动到 顶部
[mainTableView scrollRectToVisible:CGRectMake(0,0,1,1) animated:YES];
[mainTableView setContentOffset:CGPointZero animated:YES];
参考:http://*.com/questions/724892/uitableview-scroll-to-the-top
http://*.com/questions/19243177/how-to-scroll-to-top-in-ios7-uitableview