标签: objective-c ios xcode uiview uiview-hierarchy
可能重复: How to Insert View in Superview's View? (iOS)
我有下面的代码行...如何修改它以将子视图“mySubview”插入在superview中找到的名为“myView”的UIView中?
[[self superview] addSubview:mySubview];