当我呈现一个UIActivityView控制器时,我的应用程序崩溃,并显示
libc++abi.dylib: terminating with uncaught exception of type NSException
但是如果我指定了popoverPresentationController,应用程序就不会崩溃。但是,它不会显示从底部滑入的动画。相反,它只是在左上角弹出。
let vc = UIActivityViewController(activityItems: [shareText], applicationActivities: [])
vc.popoverPresentatio