반응형
[ios] xib 파일을 rendering 하는 custom view 만들기
참조 : https://developer.apple.com/library/ios/recipes/xcode_help-IB_objects_media/Chapters/CreatingaLiveViewofaCustomObject.html
1. UIView 의 subclass 를 만든다.
2. header 의 @interface 선언 위에 IB_DESIGNABLE 을 붙인다. // interface builder 가 해당 view 를 그린다.
3. xib 파일을 만들어 view 를 그린다.
4. Custom Class 에 위에서 생성한 view 를 assign 해준다.
반응형
'프로그래밍 놀이터 > iOS' 카테고리의 다른 글
[ios/tutorial] Xcode 에서 주석을 통해 Documenting 하는 방법 (0) | 2017.11.16 |
---|---|
[ios] nil? Nil? NULL? NSNull? (0) | 2017.11.15 |
[ios] UIView 에 대한 이야기 (0) | 2017.11.10 |
[ios] NSManagedObject description 에서는 relationship 을 print 하지 말자!! (0) | 2017.11.09 |
[ios] NSError** 에 대한 nullable, nonnull warning 처리 (0) | 2017.11.08 |
댓글