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.
我有些疑惑。我正在使用UITableViewController,并且在底部它没有为主页指示器提供空间。它位于主页指示器的后面(参见图片)。如果我在最后添加任何按钮操作cell,这肯定会导致错误。
UITableViewController
cell
请参阅此以编程方式添加... https://developer.apple.com/documentation/uikit/uiview/positioning_content_relative_to_the_safe_area
使用安全区域布局约束。见下文附件。您的问题将得到解决。