How to add a custom background to UISearchDisplayController's table view?

Posted by Boon on Stack Overflow See other posts from Stack Overflow or by Boon
Published on 2009-10-24T06:53:37Z Indexed on 2010/04/04 16:03 UTC
Read the original article Hit count: 392

Filed under:
|
|

I want to add a custom UIImageView to UISearchDisplayController's table view background and set table view's background color to clearColor. Tried a few different approach but couldn't find the right solution. Any idea how to approach this?

Note: I don't want to add to searchDisplayController's searchResultsTableView's view hierarchy, but rather overlay another sibling view below it)

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk