I am trying to create a table search with a search bar similar to this, where the “More” button will take you to the advanced search page. I have the search bar embedded in a toolbar, and a button to the right of it, but the UIBarButtonItem does not have the “More” style, it seems reserved for UITabBarItems.
Is there a way I can get some kind of system image for this and construct it that way, or do I have to create my own “More” image and apply it to the button?
Looking at the docs, the more button item is not an available item for you to use. You will have to create your own bar button image.