I have DiscountListTableViewController
that is shown as a separate screen in my app. But there\'s another screen (PlaceDetailsViewController
) where
Not advised ? It kind of felt like "dont do" after reading this.The unpredictability is never a good behaviour for the app
Important: You should not embed UIWebView or UITableView objects in UIScrollView objects. If you do so, unexpected behavior can result because touch events for the two objects can be mixed up and wrongly handled.