Hey everyone! I've been trying to use a UISearchDisplayController hooked up in IB with my UITableView and everything works fine except for the fact that I need the resulting table view to be of the UITableViewStyleGrouped style, which I can not currently achieve. Any ideas how to go on about it?
Also, I think I might have found a "bug" in the docs. Check out the "Discussion" part. Thanks for any pointers! Ben searchResultsTableView The table view in which the search results are displayed. (read-only) @property(nonatomic, readonly) UITableView *searchResultsTableView Discussion This method creates a new table view if one does not already exist. Availability Available in iPhone OS 3.0 and later. Related Sample Code TableSearch Declared In UISearchDisplayController.h _______________________________________________ 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]
