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像图片一样自定义一个控件,
UITableview
在这里我需要将 RE-ORDERING 控件放在左侧,这里可以吗?
@Harish Saran -- 您可以自定义表格视图单元格。只需在扩展 tableviewcell 的类(customCell.h)上创建。在那个类中创建你想要的按钮/ImageView。并放置在单元格的内容视图中。
现在在您的 cellForRowAtIndexPath 方法中创建 customCell.h 的单元格对象,并为 customCell.h 中分配的按钮/ImageView 分配图像