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.
我在 UITableView 中有几个部分。 我制作了一个滑出式菜单,其中包含一些项目,这些项目是表中部分的名称。 如何在菜单中点击项目分别显示该部分。谢谢!
在您的 UITableView 控制器中,您需要重置 setFrontViewController 以在点击项目后导航相关控制器。