How can I animate displaying UIPickerView after pressing button?

后端 未结 6 1314
日久生厌
日久生厌 2021-02-03 13:38

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

6条回答
  •  逝去的感伤
    2021-02-03 13:46

    When you press the button, do the action [self.view addSubVuew:yourPickerView]; . Is it workless?

提交回复
热议问题