设置UIView层次

@interface UIView(UIViewHierarchy)
- (void)insertSubview:(UIView *)view atIndex:(NSInteger)index;
- (void)insertSubview:(UIView *)view belowSubview:(UIView *)siblingSubview;
- (void)insertSubview:(UIView *)view aboveSubview:(UIView *)siblingSubview;
posted @ 2013-01-09 13:24  废弃账号  阅读(134)  评论(0)    收藏  举报