Iphone UIView implementation

Posted by Joo Park on Stack Overflow See other posts from Stack Overflow or by Joo Park
Published on 2009-12-22T08:19:34Z Indexed on 2010/03/22 17:41 UTC
Read the original article Hit count: 364

Filed under:
|

How does one code this scenerio in iphone sdk?

In an expense app, when you want to add an expense, this view comes up.

alt text

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."

alt text

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!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiview