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
- 스위프트
- ios
- UICollectionView
- uiscrollview
- 리펙토링
- ribs
- uitableview
- Clean Code
- clean architecture
- 리펙터링
- Human interface guide
- UITextView
- swiftUI
- Refactoring
- swift documentation
- combine
- map
- MVVM
- rxswift
- 클린 코드
- HIG
- 리팩토링
- collectionview
- Protocol
- SWIFT
- RxCocoa
- Observable
- Xcode
- tableView
- 애니메이션
Archives
- Today
- Total
목록@IBInspectable (2)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] computed property와 @IBInspectable 사용 방법
* computed property 개념: ios-development.tistory.com/298 computed property, @IBInspectable 기본 개념 computed property는 이미 메모리에 저장된 공간(변수)에 대한 계산을 통해 값 get/set하는 기능 @IBInspectable은 storyboard파일에서 attribute inspector 탭에서 접근 할 수 있게 속성을 코드로 정의하는 것 custom navigation bar 만들기 nib파일을 가지고 UIView를 만드는 커스텀 공통 함수 정의 참고: ios-development.tistory.com/311 nib 초기화 코드 구현 extension UIView { func loadViewFromNib(nib: S..
iOS 응용 (swift)
2021. 1. 23. 00:45