setting the searchResultsTableView of a UISearchDisplayController to grouped style
setting the searchResultsTableView of a UISearchDisplayController to grouped style
- Subject: setting the searchResultsTableView of a UISearchDisplayController to grouped style
- From: Benjámin Salánki <email@hidden>
- Date: Mon, 18 Jan 2010 14:21:59 +0100
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@hidden)
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:
This email sent to email@hidden