标签: ios objective-c uiinterfaceorientation document-provider
我正在制作应用扩展程序,并希望该方向仅为肖像。一旦我的应用扩展程序加载了,我可以阻止应用程序的轮换扩展到横向吗?
我尝试在我的扩展程序的UIViewController中添加这些方法,但它似乎没有改变任何东西:
- (BOOL)shouldAutorotate; - (UIInterfaceOrientationMask)supportedInterfaceOrientations