开发者

How can I assign the UIBarButtonSystemItemAction icon to a UIButton?

开发者 https://www.devze.com 2022-12-19 08:26 出处:网络
I have a UIButton within a UITableViewCell and I would like to assign the standard \'Action\' icon to this button.

I have a UIButton within a UITableViewCell and I would like to assign the standard 'Action' icon to this button.

This icon is normally associated with a UIBarButtonItem by assigning the开发者_开发知识库 icon to UIBarButtonSystemItemAction, however I cannot add a UIBarButtonItem into the UITableViewCell's view and therefore I would like to know if it's possible to assign this icon to a plain UIButton?

Thanks,

Paul


It is not possible through the current 3.1.3 (or lower) iPhone SDK. You will have to google around for the image, or make it yourself, and place it on the button.

0

精彩评论

暂无评论...
验证码 换一张
取 消