iOS13 UIModalPresentationPageSheet 변경점.

  iOS 13 Beta UIModalPresentationPageSheet 변경사항


이미지 참조

이번 변경사항점 중에 다른점은 ModalPresentationStyleUIModalPresentationPageSheet 가 변경된점이 크다. 요즘 추세가 Custom Modal Style로 Swipe down, up 으로 열고 닫는 액션이 늘었는데, 이점은 괜찮게 바뀐 것 같다!


2019년 8월 30일 추가건
ModalInPresentatation 값을 통해 Swipe 닫는걸 막을 수 도 있다.
https://developer.apple.com/documentation/uikit/uiviewcontroller/3229894-modalinpresentation?language=objc



  마지막으로 간단 정리

Xcode 정식 iOS 12, 13 : 기존 FullScreen 과 동일
Xcode Beta iOS 12 : 기존 FullScreen
Xcode Beta iOS 13 : 변경된 PageSheet

댓글

이 블로그의 인기 게시물

[iOS] 앱스토어 등록 전, 후 URL 알아보기

[Xcode] add Simulators (시뮬레이터 추가하기)

[iOS] 앱 아이콘 동적으로 변경하기 (Dynamically Change App icon)

[iOS] Device Name 가져오기 (for Swift) - 2022/09/22 update

[iOS] sizeToFit vs sizeThatFits 알아보기