IB_DESIGNABLE 썸네일형 리스트형 인터페이스 빌드에서 커스텀 값 조정 가능하게 만들기 IB_DESIGNABLE@interface CustomButton : UIButton @property (nonatomic, strong) IBInspectable UIColor *buttonBackground; @property (nonatomic, assign) IBInspectable CGFloat cornerRadius; - (void) setButtonBackground:(UIColor *) color { _buttonBackground = color; [self setBackgroundColor:_buttonBackground]; } - (void) setCornerRadius:(CGFloat) cornerRadius { [self.layer setCornerRadius:cornerRadius.. 더보기 이전 1 다음