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 |
Tags
- ios
- HIG
- Clean Code
- combine
- uiscrollview
- collectionview
- clean architecture
- 리펙토링
- UICollectionView
- swiftUI
- 리펙터링
- swift documentation
- SWIFT
- rxswift
- Refactoring
- UITextView
- 스위프트
- RxCocoa
- 리팩토링
- uitableview
- 애니메이션
- MVVM
- ribs
- 클린 코드
- Xcode
- Observable
- tableView
- Human interface guide
- Protocol
- map
Archives
- Today
- Total
목록showsActivityIndicator (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/73sfe/btst7vY8k6l/wUNuGMrGlEXhM67AoaGz20/img.png)
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