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

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -