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.
imageView を含む CenterContainerView を作成します。imageView を CenterContainerView に追加した後、CenterContainerView のサブビューが自動的に中央に配置されます。実装方法がわかりません。自動サイズ変更マスクを使用する必要があると思います。右?
サブビューを superView の中心に揃えるには、ビューの center プロパティを使用します。
imageView.center = CenterContainerView.center;
imageView.center = CenterContainerView.center