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.
我需要创建一个如下图所示的表格视图
我想加载天数第一部分单击位置部分内的第一部分,然后单击我在自定义表格视图单元格中显示子位置详细信息的位置。我如何在 ios 中完成此操作
我会在用户点击后首先更新单元格的内容(您应该使用自定义 UITableViewCell),然后为 tableview 数据源计算单元格的新高度,最后调用以下两个方法来提供手风琴动画:
[tableView beginUpdates]; [tableView endUpdates];