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
- 클린 코드
- MVVM
- clean architecture
- map
- HIG
- Refactoring
- Observable
- Clean Code
- 리펙토링
- Protocol
- 리팩토링
- tableView
- UICollectionView
- 리펙터링
- Human interface guide
- uiscrollview
- swift documentation
- uitableview
- 애니메이션
- Xcode
- ios
- ribs
- 스위프트
- SWIFT
- swiftUI
- UITextView
- RxCocoa
- rxswift
- collectionview
- combine
Archives
- Today
- Total
목록Transition style (2)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] Modal 스타일 (Transition Style, Presentation)
자주 사용되는 것 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
2021. 5. 5. 18:52
[iOS - swift] ViewController의 presentation style / Transition Style
Modal이란? 다른 화면을 띄워서 시선을 끌게 만드는 방식 딱 눈에 들어와야 하는 컨텐츠를 담는데 사용 사용: ViewController객체.present(객체) Modal의 스타일에는 presentation과 Transition이 존재 둘 다, 이동시키는 ViewController가 아닌, 이동되는 ViewController의 속성값으로 지정 아래 storyboard에서 실습 presentation style 속성으로 지정 : "modalPresenationStyle = . " 전체 화면 덮는 경우: modalPresenationStyle = .fullScreen현재 뷰에 대응하여 새로운 뷰를 보여주는 방식: present를 호출하는 화면의 크기와 동일한 화면크기로 불려지는 경우: modalPrese..
iOS 기본 (swift)
2020. 11. 1. 23:52