ios8下presentViewController崩溃是为什么

2025-05-10 15:59:07
推荐回答(1个)
回答1:

试试这个

if ( [activityVC respondsToSelector:@selector(popoverPresentationController)] ) {

activityVC.popoverPresentationController.sourceView = self.view;

}