UIImagePickerController not presenting in iOS 8

后端 未结 12 1548
借酒劲吻你
借酒劲吻你 2020-12-12 16:39

Is anyone else having an issue with UIImagePickerController in iOS 8? The method below works perfectly well in iOS 7 on an iPad, but I get the following error

12条回答
  •  执笔经年
    2020-12-12 17:01

    performSelector:withObject:afterDelay solved my problem.

    also didDismissWithButtonIndex do the trick.

    Max

提交回复
热议问题