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

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -