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
- clean architecture
- UICollectionView
- combine
- 리펙토링
- 리펙터링
- 스위프트
- swift documentation
- Observable
- RxCocoa
- rxswift
- collectionview
- uiscrollview
- map
- SWIFT
- Refactoring
- Protocol
- swiftUI
- Human interface guide
- uitableview
- MVVM
- UITextView
- 클린 코드
- 애니메이션
- Xcode
- ios
- Clean Code
- HIG
- 리팩토링
- tableView
- ribs
Archives
- Today
- Total
목록#Objective-C 런타임 라이브러리 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 스위즐링 (swizzling) 사용 방법 (class_getInstanceMethod, method_exchangeImplementations)
사전지식) Objective-C 런타임 라이브러리 class_getInstanceMethod, method_exchangeImplementations 관련 내용 이해를 위해서 이전 포스팅 글 먼저 참고 class_getInstanceMethod, method_exchangeImplementations 개념 class_getInstanceMethod 지정한 클래스의 특정 메소드를 검색하여 이 메소드를 원하는 시점에 실행시킬 수 있는 방법 원래 메소드를 실행 시키려면 인스턴스를 생성하고나서 실행시켜야하지만, 타입으로 접근하여 일괄적으로 모든 인스턴스에 적용시키고 싶을 때 사용 method_exchangeImplementations 위에서 얻은 Method 타입을 파라미터로 받아서, 첫 번째 인자에 삽입한 메..
iOS 응용 (swift)
2023. 5. 26. 23:14