ChenYilong / ChenYilong/iOS13AdaptationTips
模态界面默认交互改变
Open
note
- Dominant language
- No language data
- Stars
- 170
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
## Action
- 建议任务模式下开启
- 建议保留关闭按钮,满足残障人士语音操作。
## 正文
13的present 默认有视差效果,模态出来的界面现在默认都下滑返回。


一些页面必须要点确认才能消失的,需要适配。
如果项目中页面高度全部是屏幕尺寸,那么多出来的导航高度会出现问题。
可以 手动写
```Objective-C
self.modalPresentationStyle = .fullScreen
```
//TODO:
有很多自定义的弹框,使用的是 .custom ,sheet alert bubble 之类。

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.