我一直在使用ABTableViewCell来创建快速滚动单元格.一切都很好,除了我无法弄清楚如何将UIButton添加到我的自定义单元格.
使用ABTableViewCell时,您可以使用drawAtPoint或drawInRect自行绘制所有文本/图像.但是,UIButton不支持任何这些方法.你不能做addSubView因为使用ABTableViewCell的全部意义在于你只有一个视图.
任何人都知道如何做到这一点?
谢谢
iphone objective-c uibutton uitableview
iphone ×1
objective-c ×1
uibutton ×1
uitableview ×1