我有一個UIView a
已啓用autoresizing subviews
。它的尺寸是:UIView不自動調整子視圖
<UIView: 0x7650180; frame = (0 0; 320 394); clipsToBounds = YES; autoresize = LM+RM+H; layer = <CALayer: 0x7650230>>
我有另一個UIView的b
我添加到視圖a
。查看b
具有靈活的寬度/高度。當我添加它,我希望它是高度更改爲394
,但它在筆尖(420
)保持一樣的:
<UIView: 0x764f720; frame = (0 0; 320 460); autoresize = LM+W+RM+TM+H+BM; layer = <CALayer: 0x764f320>>
我在做什麼錯?
由於