标签:
@property(nonatomic,readonly) UIView *superview;
@property(nonatomic,readonly,copy) NSArray *subviews;
@property(nonatomic) NSInteger tag;
@property(nonatomic) CGAffineTransform transform;
@property(nonatomic) CGRect frame;
@property(nonatomic) CGRect bounds;
@property(nonatomic) CGPoint center;
(void)addSubview:(UIView *)view;
(void)removeFromSuperview;
(UIView *)viewWithTag:(NSInteger)tag;
标签:
原文地址:http://www.cnblogs.com/HMJ-29/p/4758628.html