[Swift] Custom View 만들기

Custom View를 만드는 방법은 2 가지가 있다.

Xib 파일

Xib란 Xcode Interface Builder의 약자로 Nib 파일을 XML 형식으로 변환한 파일이다.

XML로 이루어져있어서 소스코드를 좀 더 알아보기 편하게 구성되어 있다.

Example

TableView나 CollectionView의 Cell을 Xib파일로 만드는 예시

Untitled

Untitled

Untitled

Untitled

Untitled