我删除了 IB 中的所有“红色橡皮筋”,并将方形 UIView 准确定位在中心。在横向和纵向模式之间旋转时它不会跳跃。当我在我的代码中创建相同的
myView.autoresizingMask = UIViewAutoresizingNone;
并进行必要的框架调整
-(void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation
它跳到新的位置。
诡计在哪里?
我删除了 IB 中的所有“红色橡皮筋”,并将方形 UIView 准确定位在中心。在横向和纵向模式之间旋转时它不会跳跃。当我在我的代码中创建相同的
myView.autoresizingMask = UIViewAutoresizingNone;
并进行必要的框架调整
-(void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation
它跳到新的位置。
诡计在哪里?