SnapKit

장수빈·2024년 6월 19일
1

UIKit

목록 보기
4/16

출처: https://snapkit.github.io/SnapKit/docs/

Snapkit은 쉽게 Layout을 그리기 위한 서드파티 라이브러리다.

기존 Programmatic UI 코드

SnapKit을 적용한 코드

setLayout함수들은 같은 레이아웃을 그리고 있다. 한눈에 봐도 SnapKit을 사용한 쪽이 훨씬 코드도 짧고 보기 편한것을 알 수 있다.

SnapKit에서는 .translatesAutoresizingMaskIntoConstraints = false 을 설정해주지 않아도 된다.

자세한 내용은 https://snapkit.github.io/SnapKit/docs/ 를 참조하자!

profile
iOS 공부 이모저모 낙서장

0개의 댓글