标签: objective-c uiview uiimageview subview
假设我有一个自定义UIImageView,其中包含多个subviews。
UIImageView
subviews
在UIViewController中,如果我创建自定义imageView并将其作为subview添加到self.view,那是否意味着所有自定义view' s subviews会显示在屏幕上,还是只显示没有subviews的自定义视图?
UIViewController
imageView
subview
self.view
view
答案 0 :(得分:3)
整个视图层次结构:当前视图,子视图,子视图等将添加到self.view的视图层次结构中。