I am currently spinning a complex web of UIAppearance
modifiers*, and have come across a problem.
My usage of FlatUIKit's custom UIBarButton
appearance protocol is causing MFMailComposerViewController
to complain and stop working.
Therefore, instead of using UIAppearance
's whenContainedIn
method to specify classes that cause modification to occur, is there a way to exclude certain classes, i.e. a "when not contained in"?
*I am talking about the UIAppearance
protocol that is used to predefine object appearance settings in the app's delegate.