gpt4 book ai didi

iphone - 横向 UIImagePickerController

转载 作者:行者123 更新时间:2023-12-03 18:18:13 30 4
gpt4 key购买 nike

我一直在寻找这个问题的答案,但找不到任何答案。显然,iPhone SDK 3.0 使得 UIImagePickerController 可以以横向模式显示成为可能 - 但我没有找到任何允许这样做的方法。我认为如果应用程序默认处于横向状态,它会自动调整图像 Controller ,但这对我来说不起作用。

感谢您的帮助!

最佳答案

无需子类化;只需覆盖 modalPresentationStyle 属性即可。

    UIImagePickerController *picker = [[UIImagePickerController alloc] init];
picker.modalPresentationStyle = UIModalPresentationFormSheet;
[viewController presentViewController:picker animated:YES completion:NULL];

关于iphone - 横向 UIImagePickerController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2083672/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com