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.
当用户点击/触摸行时,我需要一个函数来在网格的每一行中显示一些操作项。如附图所示。一次只能看到一行操作项。
任何帮助,将不胜感激。
问候,时代
您仅正确使用 UITableView 。然后,您可以简单地获取该行的索引,并可以更改该索引的单元格。