0

I have a MenuActionSheet. I need to to change the font size, style of the options and also want to change the background color of the 'Cancel' button.

According to the attached screenshot.

enter image description here

Nirav D
  • 71,513
  • 12
  • 161
  • 183
Subso
  • 1,413
  • 2
  • 10
  • 16

1 Answers1

0

This level of customisation can only be achieved by overwriting the drawing methods of your action sheet (it inherits from UIView).

Note: UIActionSheet is deprecated since iOS 8. For more information see: https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIActionSheet_Class/

Catalin Craciun
  • 284
  • 3
  • 13