The Apple guy in the What\'s new in Cocoa Touch WWDC video said that the new large-title navigation bar will magically hook into the top-level scroll view of the underlying
Make sure that addSubview(tableView) placed before others addSuview(someview)
addSubview(tableView)
addSuview(someview)