일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- kotlin
- UIButton
- ui
- Python
- button
- Xcode
- 라이브러리
- modal
- UITableView
- 개발
- alamofire
- androidstudio
- Android
- ios
- UIKit
- 어플리케이션
- library
- TableView
- cocoapods
- graph
- Swift
- PyQt
- Chrats
- charts
- PyQt5
- 그래프
- Apple
- Chart
- 개발자
- Storyboard
Archives
- Today
- Total
Jiwift
[iOS/Swift] modal present 전체 화면, full screen, .modalPresentationStyle 본문
iOS Dev/UIKit
[iOS/Swift] modal present 전체 화면, full screen, .modalPresentationStyle
지위프트 2023. 1. 7. 22:44반응형
코드
vc.modalPresentationStyle = .fullScreen
사용법
Present하는 상황에 'modalPresentationStyle'를 사용해서 전체 화면을 적용한다.
반응형
'iOS Dev > UIKit' 카테고리의 다른 글
[iOS/Swift] UIView 배경색 변경, backgroundColor (0) | 2023.06.27 |
---|---|
[iOS/Swift] RadioButton - UIButton을 사용해서 라디오 버튼 만들기, 내가 생각하는 방법 (0) | 2023.01.10 |
[iOS/Swift] Present ViewController Code, Modal 모달, 화면 이동 코드로 (1) | 2023.01.06 |
[iOS/Swift] Push ViewController Code, Navigation Controller, 화면 이동 코드로 (0) | 2023.01.04 |
[iOS/Swift] Carousel CollectionView / Horizontal Card View / UIKit으로 카드 뷰 구현 (0) | 2022.12.22 |