iphone - simple UISearchBar and UITextView app -
i'd see tutorial shows uisearchbar uitextview type in uisearchbar , appears in uitextview type it.
i've pulled hair out on , redesigning app text field , button because can't head around uisearchbardelegate , how integrates uisearchbar. apple has official example, except it's complicated. post detailing frustrations can found here: http://www.iphonedevsdk.com/forum/ip...html#post12603
if screencast, highly appreciate it!
implement uisearchbar delegate method: -(void)searchbar :(uisearchbar*)thesearchbar textdidchange :(nsstring*)searchtext
then use mytextview.text = searchbar.text whenever method gets called.
tariq
Comments
Post a Comment