gpt4 book ai didi

swift - UIActivityViewController 上的镜像操作,快速,使用波斯语 (iOS 15.4)

转载 作者:行者123 更新时间:2023-12-05 05:44:14 24 4
gpt4 key购买 nike

screen shot

如您所见,当我将我的应用程序语言设置为波斯语时,我的操作被镜像了。它只是发生在 iOS 15.4 旧版本上工作正常我的主要文本共享是个人的,它没有被镜像,只是我的行为被镜像了。这是我的代码

        let textShare = [ text ]
let activityViewController = UIActivityViewController(activityItems: textShare , applicationActivities: nil)
activityViewController.popoverPresentationController?.sourceView = self.view
self.present(activityViewController, animated: true, completion: nil)

我厌倦了重新镜像 View ,但我的分享文本也被镜像了:

activityViewController.view.transform = CGAffineTransform(a: -1, b: 0, c: 0, d: 1, tx: 0, ty: 0)

有什么建议吗?

最佳答案

我通过在项目本地化中添加英语来解决这个问题,并强制应用在应用委托(delegate)文件中使用我的语言而不镜像任何 View enter image description here最好的问候

关于swift - UIActivityViewController 上的镜像操作,快速,使用波斯语 (iOS 15.4),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71634464/

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