[SWIFT] UIModalPresentationStyle Example

2020. 5. 21. 12:15EXPERIENCE/MOBILE | IOS&Swift

반응형
  1. fullScreen
  2. pageSheet
  3. formSheet
  4. currentContext
  5. custom
  6. overFullScreen
  7. overCurrentContext
  8. popover
  9. none

 

https://developer.apple.com/documentation/uikit/uimodalpresentationstyle

 

UIModalPresentationStyle - UIKit | Apple Developer Documentation

Enumeration UIModalPresentationStyle Modal presentation styles available when presenting view controllers. Declarationenum UIModalPresentationStyle : Int TopicsPresentationscase noneA presentation style that indicates no adaptations should be made. case fu

developer.apple.com

 

반응형