
Are the following objects customizable?
1. UISearchBar Scope Buttons (UISegmentedController)
2. UIResultsTableView
3. Keyboard (at least so it's colored black)
|
2
|
Are the following objects customizable? 1. UISearchBar Scope Buttons (UISegmentedController) 2. UIResultsTableView 3. Keyboard (at least so it's colored black)
|
||||
|
|
|
You can make the UISearchDisplayController use your own UITableView subclass by setting its searchResultsTableView property to such a table. To alter the segmented view and the keyboard, you'll have to use private methods and your app probably won't make it to the App Store. |
||
|
|
I was able to change the segmented control by a sort-of hack code:
However the buttons are HUGE, how could I fix it so they are just as pretty as the original? |
||
|
|
|
|
I was able to customize the tableview by using the following code:
However when you touch the cancel button, the interface will flash white before going back to the original tableview. How can this be fixed? |
||
|
|