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。
你有拖放另一个视图..所以界面生成器中可能存在视图连接问题