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.
これについてはあまり経験がありませんが、下の画像のように、2 つの UIButton を四角形の中に配置したいと考えています。それで、それを行う最善の方法は何ですか?Photoshop から長方形の画像を描画して xCode にインポートしたくありません。ありがとうございました
UIView をストーリーボードにドラッグしてから、ボタンをその上にドラッグすると、サブビューになります。ストーリーボードは次のようになります。
view controller -view (main) -view (your new subview) -button1 -button2
次に、サブビューに背景などを設定して、長方形を視覚的に定義できます