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
- 리팩토링
- combine
- Protocol
- collectionview
- HIG
- map
- Clean Code
- ribs
- Xcode
- 애니메이션
- swiftUI
- Refactoring
- RxCocoa
- clean architecture
- SWIFT
- uiscrollview
- uitableview
- Observable
- 클린 코드
- ios
- tableView
- Human interface guide
- 리펙토링
- 리펙터링
- 스위프트
- MVVM
- rxswift
- UICollectionView
- swift documentation
Archives
- Today
- Total
목록fillEqually (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] Custom TabBar 구현 방법 (커스텀 탭바, UIStackView, fillEqually)
Custom TabBar 구현 아이디어 StackView의 distribution을 fillEqually로, alignment를 center로 설정하고 각 버튼을 삽입하여 구현 distribution을 filleEqually로 설정하면 스택뷰안의 아이템들이 동일한 크기로 배치 Custom TabBar 구현 구현에 사용된 extension UIControl에 추가한 addAction은 버튼의 이벤트 처리를 할 때, addTarget 방식이 아닌 클로저 처리 방식으로 사용 UIImage에 추가한 alpha 메소드는 이미지에 alpha값을 부여하는 메소드 // https://ios-development.tistory.com/1237 public extension UIControl { func addAction..
UI 컴포넌트 (swift)
2023. 1. 8. 23:22