这可能吗?
任何帮助非常感谢!
- (void)insertSubview:(UIView *)view atIndex:(NSInteger)index;
你可能会追求什么?或者 –
- (void)insertSubview:(UIView *)view belowSubview:(UIView *)siblingSubview;
虽然你可以通过调用sendSubviewToBack避免一起删除视图(如果你不需要出于任何其他原因): –
- (void)sendSubviewToBack:(UIView *)view;