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.
簡単な質問だと思います。たとえば、ビュー コントローラーのボタンなどのオブジェクトをストーリーボードに追加すると、デバイスの画面全体に表示されます。理由がわかりません。
アドバイスはありますか?
UIViewController に UIButton を直接追加していませんよね?最初にコントローラーに UIView を追加してから、そのビューにオブジェクトを追加する必要があります。