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
- RxCocoa
- 애니메이션
- 리펙터링
- Xcode
- map
- 클린 코드
- swift documentation
- rxswift
- UICollectionView
- uitableview
- combine
- 스위프트
- clean architecture
- tableView
- 리펙토링
- Observable
- Protocol
- HIG
- collectionview
- UITextView
- Refactoring
- ribs
- Human interface guide
- swiftUI
- 리팩토링
- ios
- SWIFT
- Clean Code
- uiscrollview
Archives
- Today
- Total
목록showsActivityIndicator (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] UIButton.Configuration 개념 (#subtitle, #showsActivityIndicator)
UIButton.Configuration 개념 iOS 15+ 버튼들을 유형별로 일관성 있는 방식으로 손쉽게 사용할 수 있게하기 위함 UIButton.Configuration 사용 방법 UIButton.Configuration 객체를 만들고, 이 객체로 UIButton을 초기화 하는 방식 var config = UIButton.Configuration.plain() config.title = "\(i) button " + "(" + names[i] + ")" config.subtitle = "subtitle" let button = UIButton(configuration: config) 컴포넌트화 할 때, Configuration과 UI 자체를 코드로 분리하여 사용하는쪽에서 일관성있고 사용하기 편리하게 ..
iOS 응용 (swift)
2023. 9. 21. 02:11