Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そこの
私は持っていviewControllerます、階層はこのようなものです
viewController
UIView->imageview->uiview->uiimageView->uitableview.
今、私は自分の階層の最初の 2 つのオブジェクトのみの高さを変更したいと考えています。つまりUIView、UIImageView他のフレームに影響を与えずにsubviews.助けてください。
UIView
UIImageView
subviews
元の質問によると、これはうまくいきます。
self.view.autoResizeSubviews = NO; self.myImageView.autoResizeSubviews = NO;
そしてリサイズ。