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
- RxCocoa
- swift documentation
- rxswift
- 리펙터링
- 스위프트
- Observable
- 리팩토링
- SWIFT
- clean architecture
- Protocol
- UITextView
- Human interface guide
- 리펙토링
- combine
- UICollectionView
- swiftUI
- map
- ios
- ribs
- uiscrollview
- collectionview
- MVVM
- Clean Code
- 애니메이션
- 클린 코드
- Refactoring
- uitableview
- tableView
- HIG
- Xcode
Archives
- Today
- Total
목록UI 디버그 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] UI 디버깅 방법 - Debug View Hierarchy
Debug Veiw Hierarchy 뷰의 계층 구조를 시각적으로 보여주고, stack으로도 보여주는 가장 널리 알려진 툴 ex) 디버깅할 뷰 준비 class ViewController: UIViewController { private let tableView: UITableView = { let view = UITableView() view.allowsSelection = false view.backgroundColor = .clear view.separatorStyle = .none view.bounces = true view.showsVerticalScrollIndicator = true view.contentInset = .zero view.register(UITableViewCell.self,..
iOS 응용 (swift)
2023. 1. 24. 21:00