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
- rxswift
- collectionview
- Refactoring
- RxCocoa
- UICollectionView
- Observable
- Human interface guide
- 애니메이션
- 리팩토링
- Clean Code
- Protocol
- 클린 코드
- Xcode
- uiscrollview
- tableView
- swift documentation
- swiftUI
- HIG
- 리펙터링
- ribs
- UITextView
- SWIFT
- 스위프트
- MVVM
- combine
- ios
- 리펙토링
- map
- clean architecture
- uitableview
Archives
- Today
- Total
목록View Hierarchy (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 1. ContainerView 활용 방법 - UINavigationView와 View hierarchy, layering
1. ContainerView 활용 방법 - UINavigationView와 View hierarchy 2. ContainerView 활용 방법 - UIView를 present, dismiss 트랜지션 애니메이션 구현 방법 ViewController지만, 이전 화면을 덮지 않는 view hierarchy를 사용하고 싶은 경우 해결 VC1위에 UINavigationController가 있고 이 위에 VC1 버튼이 있는 형태 보통 VC1위에 present 시켜서 새로운 VC를 띄우지만 위와같이 VC1위에 가장 상위에 있는 버튼이 존재하고, 그 바로 아래에서 새로운 UINavigationController가 존재하는 형태 구현 아이디어 VC1위에 UINavigationController의 view와 VC1위에..
iOS 응용 (swift)
2022. 5. 12. 23:42