Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何在 Superview 的视图中插入视图?(iOS)
我有下面的代码行......我将如何修改它以将子视图“mySubview”插入到在超级视图中找到的名为“myView”的 UIView 中?
[[self superview] addSubview:mySubview];