ios - UICollectionView and UITableView calls scrollViewDidScroll after a pop on UINavigationController -
my situation:
i've view controller a uicollectionview on it. push new view controller band when come (with button) b a, uiscrollviewdelegate on a call - (void)scrollviewdidscroll:(uiscrollview *)scrollview.
i've same behavior view controller uitableview.
this drive me crazy... ideas ?
try set self.automaticallyadjustsscrollviewinsets = no; in controller or disable storyboard.
Comments
Post a Comment