Forked from regularberry/modalPresentationStyles.csv
Created
November 26, 2019 07:07
-
-
Save SebastianBoldt/c0d985f4cf5ff100c2373e00e3f2cfda to your computer and use it in GitHub Desktop.
This file contains 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