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.
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.
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/