答案 0 :(得分:0)
您必须使用核心图形创建按钮,或者只使用两个图像作为按钮状态。
答案 1 :(得分:0)
你可以做的是UIButton
点击动画中的UITableView
。另外,将UIButton
图像更改为向下箭头图像。这可以简单地完成。另外根据你所展示的图像,你真的需要一个tableview吗?我认为您可以制作UIView
并在其中添加UILabel
。考虑一下 。任何进一步的查询或代码帮助需要善意回复:)
添加边框使用
Table.layer.borderWidth = 10;
Table.layer.borderColor = [[UIColor grayColor]CGColor];
Button.layer.borderWidth = 10;
Button.layer.borderColor = [[UIColor grayColor]CGColor];