Forked from regularberry/modalPresentationStyles.csv
Created
December 19, 2019 08:38
-
-
Save xrubioj/73f9aef6d0d0b160ed85fff15e0d3cc2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UIModalPresentationStyle | iPhone | iPad | |
---|---|---|---|
.fullScreen | YES | YES | |
.pageSheet | YES | NO | |
.formSheet | YES | NO | |
.currentContext | YES | YES | |
.custom | NO | NO | |
.overFullScreen | NO | NO | |
.overCurrentContext | NO | NO | |
.blurOverFullScreen | only on tvOS - N/A | N/A | |
.popover | YES | NO | |
.none | CRASH | CRASH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment