tags:

views:

247

answers:

1

How to open pickerview with animation(bottom to top)

A: 

Make the initial position just below the screen. When you want it just animate it to the final position. Basically:

UIView beginAnimations set the picker view frame to the new on screen location UOIView commitAnimations

zaph