You have a view controller. It has a basic appearance. Inside this main view is a search bar (UISearchBar), and below is a tabular view (UITableView).
(UINavigationController).
UINavigationController
MyViewController (UINavigationController) - child of the navigation controller
UIView - main view of MyViewController
|--- UISearchBar (subview of UIView)
|
|--- UITableView (another subview of UIView)