1
votes

I have scrollable UITableView inside of UIScrollView. TableView is scrolled separately. I want to make UIScrollView scroll down, when a user scrolls to the end of UITableView and continues scrolling.

1

1 Answers

-1
votes

set scrollview content size . scrollview..contentSize = CGSizeMake(320,800);