gpt4 book ai didi

swift - MFMailComposeViewController Swift - 将方向模式设置为仅纵向

转载 作者:搜寻专家 更新时间:2023-11-01 05:36:08 25 4
gpt4 key购买 nike

我正在使用 MFMailComposeViewController 如何将方向模式设置为仅纵向

最佳答案

MFMailComposeViewController 只是一个 ViewController。因此,您可以做的是创建您自己的 MFMailComposeViewController 子类,并根据需要覆盖方向方法。

override func shouldAutorotate() -> Bool {
return false
}

override func supportedInterfaceOrientations() -> UIInterfaceOrientationMask {
return .Portrait
}

关于swift - MFMailComposeViewController Swift - 将方向模式设置为仅纵向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39142282/

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