MFMailComposer 自定义按钮
我知道可以更改 MFMailComposer 上的导航栏图像。是否也可以自定义“取消”和“发送”按钮?我想使用自定义图像作为按钮的背景,因此仅更改色调是行不通的。
感谢您的回答。
编辑
这就是我想要实现的目标:
I know it is possible to change the navbar image on a MFMailComposer. Is it possible to customize the Cancel and Send buttons too? I want to use custom images for the backgrounds of the buttons so just changing the tint won't do.
Thanks for your answers.
EDIT
This is what I'm trying to achieve:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试通过
mailComposeViewController.navigationBar.items
访问它们,它是一个栏项数组。Try accessing them through
mailComposeViewController.navigationBar.items
, which is an array of the bar items.