I am trying to customize my search bar a little more, and I am coming up short on how to do it using DialogViewController. The EnableSearch
property shows a search bar, but that UISearchBar
is a private member so I can't customize the delegate, which is a real bummer. The virtual methods provided are just not enough in this situation. I am really looking to customize searchBarCancelButtonClicked
. Any suggestions on how to do this?
Thanks!