Search code examples
xcodexcode4ios5uisplitviewcontrolleruisearchbar

Xcode add search to root view in splitviewcontroller


I have a nib structure as shown in this image:

nib

Is there a way to add a Search bar in the Root VC? When I try to drag one in, it doesn't seem to like it...


Solution

  • You will need to add a tableView to the Root View Controller before you can add the search bar.