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.
我正在创建嵌套表视图。一个用于垂直滚动的表格视图。另一个用于在第一个单元格内进行水平滚动。我将水平表视图的委托设置为垂直表视图的单元子类。但问题是水平表视图的委托方法没有调用。有谁知道它为什么不打电话?
在配置包含第二个表格视图的单元格时,您必须确保以编程方式设置委托。
可以发一些代码吗...