Tinder Profile Grid – Mixing Code and Interface Builder (Ep 2)
my review point is 10/10
https://youtu.be/XCfVGYJAN0o make window programmatically. navigation controller, collection view controller ( UICollectionViewFlowLayout )
https://youtu.be/XCfVGYJAN0o?t=4m40s navigation title, title size, vertical bounce
https://youtu.be/XCfVGYJAN0o?t=6m10s interface builder로 만든 요소를 코드로 불러와 사용하는 경우
https://youtu.be/XCfVGYJAN0o?t=6m50s nib obj 만들기
https://youtu.be/XCfVGYJAN0o?t=7m33s nib 화일을 collection view 에 연결하기
https://youtu.be/XCfVGYJAN0o?t=8m40s //MARK:- 사용
https://youtu.be/XCfVGYJAN0o?t=9m6s
https://youtu.be/XCfVGYJAN0o?t=10m2s header size 조정하기 ( UICollecitonViewDelegateFlowLayout )
https://youtu.be/XCfVGYJAN0o?t=15m5s user defined runtime attributes 를 이용하는 방법
https://youtu.be/XCfVGYJAN0o?t=20m44s round corner를 interface builder를 이용한 방법과 programmatically 조정하는 방법
https://youtu.be/XCfVGYJAN0o?t=22m27s nib 화일로 만들어진 ui view에 programmatically 다른 요소를 추가하는 방법