我使用Interface Bulder创建了UIImageView
。现在我想在里面放置标签(作为其子视图)。在代码中,我可以键入类似于[myUIImageView addSubview:myUILabel];
的内容。但是我能否在IB的帮助下完成它?我找到了UIView
的解决方案,但找不到类似的UIImageView
。
A warning comes up in a MainMenu.XIB dialogue box. It says: Object: window(window) ID: 371 Type: Illegal Configuration Issue: This windows content rectangle does not lie entirely on the screen with ...