I have a tableViewController/navController setup. I want to tap on the navbar of the navController to force the tableView back to the top row. I can see that the navbar is a UIView subclass, but I am unclear if I need to subclass it and implement the touch sequence methods.
I've build the view hierarchy in IB so I am reluctant to build it all programmatically just to enable tapping of the navbar.
Thanks, Doug