Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 747 Bytes

File metadata and controls

18 lines (12 loc) · 747 Bytes

iOS_Basic_Study

iOS 주니어가 되기 위한 기본 지식들을 공부하면서 직접 구현해본 코드들 입니다!

Project

Basic_Bounds

Bounds와 Frame을 직접 UIView를 그려보면서 차이를 알아봤습니다.

blog: [iOS] Bounds 와 Frame

PlayGround

Basic_init

CustomView를 생성하기 위한 init들을 알아보면서 정리해봤습니다.

blog: [iOS] CustomView init