I have a UIScrollView and a UITableView. the class have implemented . The UIScrollView can scrolling with many pages. When the user scrolling, a new table view will appear, but when I scrolling the table view, the application crash.
Is there any UITableView and UIScrollViewDelegate when the UITableView Scrolling? thank you.