UITableView 出現默認滾動到底部的方法(不閃動)

- (void)viewDidLoad {async

    [super viewDidLoad];spa

// 添加控件等操做get

    [self.customsTableView reloadData];queue

    dispatch_async(dispatch_get_main_queue(),^{im

        if (self.customsTableView.contentSize.height >kScreenHeight) {animate

            [self.customsTableView setContentOffset:CGPointMake(0, self.customsTableView.contentSize.height -self.customsTableView.bounds.size.height) animated:NO];di

        }view

    });vi

}co

相關文章
相關標籤/搜索