UITableView in UIView in UIScrollview : On tap in UITableView data gets cleared
问题 For work purposes I need to create a UIScrollView which embeds a UIView which in his turn embeds an UITableView via the container feature in Xcode. My UIScrollView is a full page scrollview with Paging enabled. My UIView is filled with a UIImage, some UIButton's and a container linking to a UITableView. On initial launch, the data is loaded perfectly, meaning the UITableView is filled with the data, the UIImage is filled, and the Buttons are placed correctly. But for some strange reason the