Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • When I scroll tableView, the outer scrollView not scroll. Commented Sep 14, 2016 at 6:31
  • If your not set the contentSize for the scrollView try to set like this requiredView.contentSize = CGSizeMake(320, 500) Commented Sep 14, 2016 at 6:33
  • I've already set the contentSize for the scrollView in storyBoard. Commented Sep 14, 2016 at 6:40
  • post code about how you tried. That way I can extend my help. Commented Sep 14, 2016 at 6:45
  • where you tried my answer?, scrollViewDidScroll method contains different of my posted answer. In my answer "value" in scrollViewDidScroll method is the contentOffset.y value to move the scrollview. That way you can scroll the scroll view accordingly. Commented Sep 14, 2016 at 6:57