I have an app that has a TabBar as the rot controller, a NavigationController 
in the first tab, and a TableView NIB as the first view in the 
NavigationController (I'll call that the Primary TableView).  That TableView 
provides a list with multiple sections for the user to choose from.  When 
selected, a second NIB with a TableView is pushed onto the screen (I'll call 
that the Secondary TableView).

I only want the SearchBar to show up on the Secondary TableView as that is the 
real meat of the data.  If I add a SearchDisplayController with a UISearchBar 
to the Primary TableView, it shows up just fine at runtime.  However, if I add 
the SearchDisplayController to the Secondary TableView, it doesn't show up at 
all at runtime when that view is pushed.  Instead, it just shows the TableView. 
 The view looks correct other than that the SearchBar is absent.

Any help is appreciated!

Jonathan Schmidt




_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to