how to dismiss action sheet

后端 未结 3 985
甜味超标
甜味超标 2021-01-17 13:42

i used this code to show uipicker in uiactionsheet but when i click close button i want to remove action sheet from view. so what should be the code for removing actionSheet

3条回答
  •  失恋的感觉
    2021-01-17 14:03

    action sheet scope problem.

    used [actionSheet dismissWithClickedButtonIndex:0 animated:YES];

提交回复
热议问题