How does one code this scenerio in iphone sdk?
In an expense app, when you want to add an expense, this view comes up.

After selecting “Clothing,” another view slides up with a UIPickerView control that has a “done” button which will dismiss the UIPickerView. Below is a screen shot after hitting “Clothing.”

I’m trying to figure out how one would slide up the UIPickerView half way up the screen with a “done” button on top of the “New Expense” view?
thank you in advance!
Use CoreAnimation and make the UIView with move from bottom to top.. and change the hidden property to true from false when required and vice versa..
Multiple UIViews can be nested as required take advantage of this to achieve what u need