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.
是否可以在表格视图的单元格上添加表格视图?如果是,那么如何执行,提供一些逻辑......要求是单元格中添加的表格视图必须是网格格式
“网格格式的可点击文本跳转到新视图”如图所示,该区域我想使其成为表格视图......这也应该是可滚动的......
我得到了我的问题的解决方案,只需创建一个自定义单元类即可实现。在那里,我们可以通过将表格视图连接到 xib 上的自定义类来放置表格视图并为自定义类提供单元格表格的引用。