1,didendDragging
2,reloadTableViewDataSource
3,doneLoadingData
4,egoRefreshScrollViewDataSourceDidFinishedLoading
/[scrollView setContentInset:UIEdgeInsetsMake(0.0f, 0.0f, 0.0f, 0.0f)];
5,didendDragging
scrollView.contentInset = UIEdgeInsetsMake(60.0f, 0.0f, 0.0f, 0.0f);
当 reloadingdata的时间 极短的时候,变先是 设置为 0然后 设置为 60,如果长一些的 话 会 先设置为 60后设置为 0,
//
直接 不加 view了,也不用设置 setContentInset, 方案就是 不调用 这个方法了, [super viewDidLoad];