obsidian/笔记文件/2.笔记/ios界面全屏显示.md

8 lines
164 B
Markdown
Raw Permalink Normal View History

2025-03-26 00:02:56 +08:00
#ios
对应枚举是 `UIModalPresentationFullScreen`
通过 `modalPresentationStyle`接口,设置即可;
逻辑参考:
![[Pasted image 20241025101209.png]]