如何在 ios 中使用图案图像在可扩展的 tableViewCell 中设置 UIButton
Posted
技术标签:
【中文标题】如何在 ios 中使用图案图像在可扩展的 tableViewCell 中设置 UIButton【英文标题】:How to set UIButton in expandable tableViewCell with pattern Image in ios 【发布时间】:2016-06-16 06:10:54 【问题描述】:在我的表格视图中,我想将图案图像设置为表格视图每一行可展开单元格中的自定义按钮。
我可以使用哪种方法?
请帮助我。
【问题讨论】:
请点击您问题下方的“编辑”并添加您的代码。见How do I ask a good question 和How to create a minimal verifiable example 【参考方案1】:一般在适当的时候你应该打电话:
[myButton setImage:image forState:state]
适当的时间可能在tableView:cellForRowAtIndexPath:
,或tableView:willDisplayCell:
。
【讨论】:
【参考方案2】:试试这个:
[yourbutton setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"Your Image name"]]];
【讨论】:
以上是关于如何在 ios 中使用图案图像在可扩展的 tableViewCell 中设置 UIButton的主要内容,如果未能解决你的问题,请参考以下文章
如何在可扩展的listview android中将孩子添加到特定的父母