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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -