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.
我想在我的 SubView 上放置一个 SuperView(具有透明背景)。有没有办法做到这一点?
提前致谢!
从您的父视图中删除您的“子视图”。
将您的“SuperView”添加为父视图的子视图。
将您的“SubView”添加为“SuperView”的子视图。