Glsme / iOS_Interview_Question_Answer

🧙 재르시 면접질문에 대한 답변 정리 Repository입니다.
3 stars 0 forks source link

IBDesignable과 IBInspectable에 대해서 설명하세요. #30

Open Glsme opened 1 year ago

Glsme commented 1 year ago

IBDesignable

스토리보드에서 실시간으로 랜더링이 가능하게 해주는 것이다.



IBInspectable

스토리보드 내 인스펙터 영역에 원하는 Attribute를 추가하고 싶을 때 가능하게 해주는 것이다.