I have a view controller with two subviews: UITableView and UIWebView. Both subviews have a dynamic size. How can I implement scrolling of both subviews in the same time like they stick one to another? I tried to add them to the UIScrollView but still they scroll separately.
Also I've tried to add a UIWebView into a table cell, but then I can't implement a zoom to the UIWebView in the table cell.
Thank you for your help and advice!