I inserted a UITableView inside another UIViewController\'s view. but when I tap the status bar at the top of the screen; the table view doesn\'t s
UITableView
UIViewController
Thanks for all, i resolved this problem by removing all other UITableView from the parent ViewController, and then auto scroll to top was working for this UITableView..
thanks