English 中文(简体)
Apple Inter Inter Build Build 观点
原标题:Apple Interface Builder: adding subview to UIImageView

我使用Interface Bulder创建了UIImageView。现在我想在里面放置标签(作为其子视图)。在代码中,我可以键入类似于[myUIImageView addSubview:myUILabel];的内容。但是我能否在IB的帮助下完成它?我找到了UIView的解决方案,但找不到类似的UIImageView

最佳回答

您不能在界面建筑商中添加“UIImageView”的子目,因为只有 Apple果才知道。 你正确地说,你可以按方案补充分门别类,但是,如果要把遮掩面罩的自动化和分层的位置放在法典中处理,那就很麻烦。

因此,工作十分容易。 不要在刀切中拖拉一门UIImage 书,而只是拖拉一门“ID” 书,从“IDView”(cmd+4)改为“UIImage” 书。 你在ni中发现的唯一差异是出现缺省形象。 观点和你的新的UIImage语分流是:你不能树立你们的新形象。 氮(cmd+1)的观点。 因此,在<代码>-viewDidLoad中 适当意见的方法 主计长将图像贴在《UIImage案》中。

通过这样做,你可以自由地在界面建筑商中添加“现存的电文”的子目,这非常容易。

问题回答

我要补充回答。

虽然你不能在<代码>UIImageView上添加次表,但你可以通过将<条码>查询<<>代码>与透明(彩色)背景相结合的方式取得同样的效果。

然后将<代码>UIImageview 页: 1

因此,tView有以下各点: UIView。

我认为,这 intent了意图。

此处为屏幕:

“enterography

结果是:

“entergraph

Don tabes将背景描述为明显的肤色

“enterography

现在,如果有人能够把我说到底是怎么做,那就会是巨大的。 我花了几个小时时间去做检查回答。 检查的答复是个细微的答案,但非常不可靠,因为你在工作时能够清楚地看到你的背景形象。 我认为,这是这样做的适当方式。





相关问题
setOrientation problem

I have a really strange orientation issue. I have a sequence of view controllers under a navigation controller. One of them can take any orientation. When I m leaving the orientation I have to use ...

Weak linking with Interface Builder

The application uses a 3.x SDK feature, but it needs to run in 2.x devices. The solution seems to be using "weak linking", which I did, but the app still fails to compile for iPhone 2.2.1: &...

Toolbar items in sub-nib

This question has probably been asked before, but my google-fu must be inferior to everybody else s, cause I can t figure this out. I m playing around with the iPhone SDK, and I m building a concept ...

PNG transparency in Interface Builder

I m adding an Image View in Interface Builder with a transparent PNG (A logo in the Navigation Bar) but the transparent pixels seems to render as white.. I searched for PNG in Interface Builder but ...

热门标签