iPhone development: Best method to allow user to chose search scope

Posted by Mark Pemburn on Stack Overflow See other posts from Stack Overflow or by Mark Pemburn
Published on 2010-05-01T12:21:21Z Indexed on 2010/05/01 12:27 UTC
Read the original article Hit count: 390

Filed under:
|
|
|

Hi,

I'm developing my first iPhone app and want to allow the user to select the scope of their search in a more complex way than the 'scope buttons' permit.

The app is related to wines and I want to the user to be able to select the 'color' (Red, White, Blush, etc.) first, and then select the type/varietal within that category. Right now, I'm using the UISearchBar's scope buttons for the colors and tapping the button opens a view with the selection of colors. This is okay except that once the 'Red' button has been selected, I can't select it a second time to change my choice of type (e.g., change from 'Merlot' to 'Syrrah', etc.) If there's a better way to do this, I'm willing to scrap my method and start from scratch.

Thanks!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uisearchbar