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.
サブクラス化してminZoomのgetterメソッドをオーバーライドできると思いますが、これを行うためのより簡単な方法はありますか?
ビューコントローラーでこれをオーバーライドします-
- (void)viewWillLayoutSubviews
ビューの境界が変更されると、ビューはそのサブビューの位置を調整します。ビューがサブビューをレイアウトする前に、View Controller でこのメソッドをオーバーライドして変更を加えることができます。
これが早すぎる場合は、viewDidLayoutSubviews があります。
そこでスクロールビューのズームを変更します。