lixiang1994 / LEEAlert

优雅的可自定义 Alert ActionSheet
MIT License
1.3k stars 204 forks source link

在横屏上显示弹窗为竖屏LeeSupportedInterfaceOrientations,iphone14有效果,14以下没效果 #183

Open bruceFighting opened 1 year ago

lixiang1994 commented 1 year ago

iPhone14? iOS14?

bruceFighting commented 1 year ago

iphone14 plus和iphone7 场景是横屏游戏->打开分享所需效果 14可以通过以下设置可以转成竖屏,但是7转不过来

.leeShouldAutorotate(false) .leeSupportedInterfaceOrientations(.portrait)

image image
lixiang1994 commented 1 year ago

需要具体系统版本, 不用设备型号

bruceFighting commented 1 year ago

有效果的都是16及以上版本,16以下的版本都没效果

lixiang1994 commented 1 year ago
image
lixiang1994 commented 1 year ago

跑了一下iOS13.7的模拟器 demo正常, 或者你可以在demo中复现出来吗?

bruceFighting commented 1 year ago

模拟器可以运行你的demo,但是我用模拟器运行游戏的话是打不开的,在真机上运行就会这样,我不确定是不是有多个window导致的