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.
我有一个 tableView,在选择时单元格的宽度会增加,就像我们从架子上拉出一个抽屉一样。
我是否可以在单元格内有一个子视图并在选择单元格时增加它的宽度?
是的。有可能的。在tableViewDidSelectRow您选择indexPath的方法中cell。从那里你得到单元格并相应地更改其视图框架。
tableViewDidSelectRow
indexPath
cell