代码如下:
OC : IB_DESIGNABLE
@interface CustomTestView : UIView {
}
IBInspectable 声明属性
@property (nonatomic, strong) IBInspectable UIView *backgroundView;
============================================================================================================================================
网友评论