inputAccessoryView SafeLayoutGuide fix

keyboard 위에 추가 뷰를 만들려면 NotificationHandler로 직접 콘트롤해도 되지만 inputAccessoryView 를 override해서 view를 재정의해주면 간단하다 하지만 iphone x 이상 safelayout 을 인식하지 못하는 문제가 있다 이를 해결하기 위한 코드

2019-11-28 · 1 min · cydave

fluid interface effect

wwdc2018 세션중 하나인 Designing Fluid Interfaces 를 직접 구현한 opensource중 button 구현에 대해 정리

2019-11-27 · 1 min · cydave

Reuable Protocol

Reusable protocol 을 이용하여 cell register , dequeueReusableCell

2019-11-22 · 1 min · cydave

StackViewControllable

상속대신 프로토콜을 이용하여 StackViewController 구현방법

2019-11-18 · 1 min · cydave

UIStackViewController

UITableView, UICollectionView를 쓰지 않고 간단히 UIScrollView에 UIStackView를 addView해서 사용하는 법

2019-11-18 · 1 min · cydave