我想要一个表格 View 单元格,当您点击它时它会变高以显示一些描述文本。当您再次点击它时,它会切换回较低的版本。这可能吗,如果可以,我将如何实现?提前致谢
使用
- (CGFloat)tableViewUITableView *)tableView heightForRowAtIndexPathNSIndexPath *)indexPath
--
在
- (void)tableViewUITableView *)tableView didSelectRowAtIndexPathNSIndexPath *)indexPath
当用户点击一行时,在某处的数组中设置新的行高,然后调用 tableview reload 进行重绘。它将调用 cellForRowAtIndexPath 并且由于您知道哪个单元格的高度较大,因此您返回该行的较大单元格,heightForRowAtIndexPath 将确保它正确显示。
关于cocoa-touch - 如何制作可扩展的表格 View 单元格?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5050534/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |