ios - UISearchController "manual" search UI glitch -
we're migrating uisearchdisplaycontroller
uisearchcontroller
, 1 feature used work misbehaving bit , i'm wondering if we're not using api intended.
we have uitableviewcontroller
uses uisearchcontroller
, separate results controller display results, on cases when user clicks on cell in original table want invoke uisearchcontroller
, populate search field predefined text.
there's kind of ui glitch didn't have when used uisearchdisplaycontroller
the code used manually invoke search controller is:
[self.providersearchresultscontroller.searchbar becomefirstresponder]; [self.providersearchresultscontroller.searchbar settext:providername];
i couldn't find official in apple documentation.
i believe following link might https://github.com/rnystrom/uitableviewcontroller-containment-demo
Comments
Post a Comment