Guest User

Untitled

a guest
Jul 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. 1) The first page offset by 11 pixels at location (11,0) or
  2. 2) The second page offset by 19 pixels at location (301,0) or
  3. 3) The second page offset by 65 pixels at location (255,0) or
  4. 4) The first page offset by 81 pixels at location (81,0) or...
  5.  
  6. UITabBarController -> UITableView -> UIViewController containing UIScrollView
  7.  
  8. A) scrollViewDidScroll to get called multiple times when UIScrollView first loads?
  9. B) why scrollViewDidScroll would end on offsets that are not multiples of 320?
  10. C) is the problem that UITableView contains a UIScrollView and so when transitioning
  11. from UITableVIew to UIScrollView some parameters in the UITableView are being
  12. used by the UIScrollView?
  13.  
  14. [self.scrollView addSubview:controller.view];
Add Comment
Please, Sign In to add comment