为什么不能设置一个新UIView的Frame
1个回答
展开全部
应该是autoresizingMask 与 constraints 互斥导致的。启用了constraints功能,就无法再通过手动修改frame了。因为这是UI布局里的两个概念。
你可以尝试开启autoresizingMask功能:
[UIView:: setTranslateAutoresizingMaskIntoConstraints: YES]
默认xib里启用了constraints功能,就会把该功能关闭。
你可以尝试开启autoresizingMask功能:
[UIView:: setTranslateAutoresizingMaskIntoConstraints: YES]
默认xib里启用了constraints功能,就会把该功能关闭。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询