Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 클린 코드
- UITextView
- 리펙터링
- HIG
- Refactoring
- 애니메이션
- 리팩토링
- ios
- Xcode
- tableView
- combine
- SWIFT
- 리펙토링
- swiftUI
- Clean Code
- clean architecture
- Observable
- ribs
- collectionview
- swift documentation
- MVVM
- Protocol
- Human interface guide
- uiscrollview
- 스위프트
- map
- RxCocoa
- rxswift
- uitableview
- UICollectionView
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - swift] Modal 스타일 (Transition Style, Presentation) 본문
HIG(Human Interface Guidelines)/HIG - UI
[iOS - swift] Modal 스타일 (Transition Style, Presentation)
jake-kim 2021. 5. 5. 18:52자주 사용되는 것
- Presentation Style: Cover Vertical, Cross Dissolve
- Presentation: Automatic, Full Screen
Transition Style
- Cover Vertical
- Flip Horizontal
- Cross Dissolve
- Dissolve: 녹이다
- Partical Curl: Swipe에서 할 경우 runtime error
Presentation
- Automatic, Page Sheet, Form Sheet
- Full Screen, Current Context
'HIG(Human Interface Guidelines) > HIG - UI' 카테고리의 다른 글
[iOS - HIG] 2. 인터페이스에 필수로 들어가야할 요소 (0) | 2021.05.09 |
---|---|
[iOS - HIG] 1. 다른앱과 차별하고 있는 iOS의 테마 (0) | 2021.05.09 |
[iOS - swift] TableView Cell 삭제, 편집, 이동 (snapshot, UIGrphics) (4) | 2021.05.07 |
[iOS - swift] 2. iOS 스러운, storyboard 활용 방법 (dynamic prototypes cell, unwind segue, storyboard reference) (0) | 2021.05.05 |
[iOS - swift] 1. iOS 스러운, storyboard 활용 방법 (static prototype cell, segue, gesture) (0) | 2021.05.04 |
Comments