ios - SearchBar works only after I call a UIAlertView -


i have search bar in application sometime works, sometime not. keyboard normally, when press keyboard button, nothing happens. when does't work not call -(bool) searchbar:(uisearchbar *)searchbar shouldchangetextinrange:(nsrange)range replacementtext:(nsstring *)text

after call uialertview in application, searchbar works great. why? doesn't make sense

the searchbar init hidden, , when user click in searchbutton, searchbar appears. http://pastebin.com/xuagtd1w


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -