现在的位置: 首页 > 综合 > 正文

设置UIView层次

2018年02月02日 ⁄ 综合 ⁄ 共 234字 ⁄ 字号 评论关闭
@interface UIView(UIViewHierarchy)

- (void)insertSubview:(UIView *)view atIndex:(NSInteger)index;

- (void)insertSubview:(UIView *)view belowSubview:(UIView *)siblingSubview;

- (void)insertSubview:(UIView *)view aboveSubview:(UIView *)siblingSubview;

抱歉!评论已关闭.