tags:

views:

17

answers:

0

I'm working on a simple program that will do some database pulls and return results for cars. The fact that I'm using an iPad is becoming the issue as I need to focus on "making it pretty" for the end user. So far I've come up with a simple search screen that has a couple of segmented controls to select between new or used and car,truck,suv. I've done Picker views that automatically update the model based upon the make (i.e. if you pick BMW it will only show 1 Series, 3 Series, M5, etc and not other models for other companies). I also have another one of those for a price selector and a slider for for a Year selector.

Essentially this is a simple port of what a website screen could look like and now I'm trying to come up with something "cool" that makes it worth having an iPad app. I'm looking for suggestions on ways to do things that aren't typical dropdown box style searches and use more of the iPads functionality.

Any suggestions would be wonderful.

Thanks to all!