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.
我们在 ViewController 中创建了一个 UIView 作为分组机制。现在事实证明,由于未绘制其中的子视图,它不起作用(并且没有设置任何其他隐藏设置等)。
我查看了文档和堆栈,但找不到任何相关信息。我在抽奖周期中缺少一些基本的东西吗?
见下图: 蓝色的东西根本不显示,是View的子视图。我将黄色从其子视图中移出,通常在 ViewController 中,现在确实显示了。