B에서 A를 상속받은 후, B내에서 A에 정의된 c메서드를 c'로 재정의했다. 이때, A의 b메서드 혹은 lazy 프로퍼티에서 c메서드를 사용한다면 c가 실행되지 않고 c'로 실행된다.
navigationController의 leftBarButtonItem을 강제로 지정하다보면 back button이 사라질 때
navigationItem.leftItemsSupplementBackButton = true
navigation controller auto layout
https://stackoverflow.com/questions/28708074/adding-autolayout-constraints-to-navigation-controller-programmatically
view z-axis
https://stackoverflow.com/questions/15490720/subview-appears-underneath-superviews-layer-border
https://stackoverflow.com/questions/9901603/calayer-border-is-appearing-above-subview-z-order-related-i-think
prepareForReuse
https://sueaty.tistory.com/180
점선 테두리 추가
https://stackoverflow.com/questions/13679923/dashed-line-border-around-uiview
Dynamic text view
https://www.swiftdevcenter.com/the-dynamic-height-of-uitextview-inside-uitableviewcell-swift/