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
- collectionview
- ios
- swift documentation
- Observable
- 애니메이션
- Clean Code
- swiftUI
- clean architecture
- 리팩토링
- SWIFT
- 리펙토링
- MVVM
- UICollectionView
- combine
- Refactoring
- 스위프트
- RxCocoa
- Protocol
- Xcode
- tableView
- ribs
- 리펙터링
- uitableview
- rxswift
- HIG
- uiscrollview
- Human interface guide
- map
Archives
- Today
- Total
목록디버깅 방법 (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