Apple Interface Builder: adding subview to UIImageView
Posted
by kpower
on Stack Overflow
See other posts from Stack Overflow
or by kpower
Published on 2010-03-10T09:00:08Z
Indexed on
2010/06/02
10:23 UTC
Read the original article
Hit count: 247
interface-builder
I created UIImageView
with the help of Interface Bulder. Now I want to place label inside it (as its subview). In code I can type something like: [myUIImageView addSubview:myUILabel];
But can I do it with the help of IB? I found the solution for UIView
, but can't find something similar for UIImageView
.
© Stack Overflow or respective owner