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.
メイン ビューがあり、その中に firstview という名前の別のビューをドラッグ アンド ドロップします。
以下の例のように、ビューの幅と高さがゼロになっています。
NSLog(@" WIDTH =%d",firstview.frame.size.width); NSLog(@" HEIGHT =%d",firstview.frame.size.height);
その理由は何ですか?
@waheedaに同意します。firstviewのIBOutletに接続していないと思います。
別のビューをドラッグ アンド ドロップしたため、インターフェイス ビルダーでのビューの接続に問題がある可能性があります