UIView(UIViewHierarchy)方法纪录
- (void)bringSubviewToFront:(UIView *)view; // 将一个子视图移到前面
- (void)sendSubviewToBack:(UIView *)view; // 将一个子视图移到后面
- (void)bringSubviewToFront:(UIView *)view; // 将一个子视图移到前面
- (void)sendSubviewToBack:(UIView *)view; // 将一个子视图移到后面