UIImagePickerController crash only on iOS 7 - iPad

前端 未结 3 1813
无人共我
无人共我 2020-12-13 21:04

I\'m getting hundreds of crashes from one of my live apps ever since people started upgrading to iOS 7. Has anyone else seen this problem? Nothing reproduces on my iPad 3 wi

3条回答
  •  独厮守ぢ
    2020-12-13 21:50

    You can use custom Frame and load the popover as below

    [popOver presentPopoverFromRect:CGRectMake(self.view.frame.size.width-50, 50, 10, 10) inView:self.view permittedArrowDirections:UIPopoverArrowDirectionAny animated:YES];
    

提交回复
热议问题