我的应用程序没有针对 iPad 进行优化,但在 iOS 7 之前,UIActivityViewController 运行良好(两种设备上的行为相同)。
我的意思是,它现在可以工作了,但是有些图标很奇怪,有些图标不见了。
截屏:
我以这种方式呈现 UIActivityViewController:
[self presentViewController:viewController animated:YES completion:nil];
有任何想法吗?
我的应用程序没有针对 iPad 进行优化,但在 iOS 7 之前,UIActivityViewController 运行良好(两种设备上的行为相同)。
我的意思是,它现在可以工作了,但是有些图标很奇怪,有些图标不见了。
截屏:
我以这种方式呈现 UIActivityViewController:
[self presentViewController:viewController animated:YES completion:nil];
有任何想法吗?