iOSUI控件常见属性总结
1.UIView //如果userInteractionEnabled=NO,不能跟用户交互@property(nonatomic,getter=isUserInteractionEnabled)BOOLuserInteractionEnabled;//控件的标记(父控件通过标记可以找到对应的子控件)@property(nonatomic)NSIntegertag;//控件的位置和尺寸(以父控件的左上角为坐标原点)@property(nonatomic)CGRectframe;//控件的位置和尺寸(以控件本身的左上角为坐标原点)@property(n
下载地址
用户评论