I want to make a profile viewcontroller something similar to Twitter. I believe it contains 3 different child UITableviewController
which keeps switching by segmented control. But when I scroll my tableview of child viewController it scrolls the parent scroll view as well.
Can anybody explain how to achieve that behavior?