2

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:

Navbar with custom buttons

Iñigo Beitia
  • 6,303
  • 4
  • 40
  • 46

1 Answers1

0

Try accessing them through mailComposeViewController.navigationBar.items, which is an array of the bar items.

Greg
  • 9,068
  • 6
  • 49
  • 91