设置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  废弃账号  阅读(131)  评论(0编辑  收藏  举报