I want to animate my UIPickerView after pressing the button. I already have coded my UIPickerView to be hidden on viewDidLoad and not hidden after pressing a button, but it does
When you press the button, do the action [self.view addSubVuew:yourPickerView]; . Is it workless?