sammcewan / WYPopoverController

WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.
Other
253 stars 74 forks source link

UIBarButtonItems behind popover become desaturated #13

Closed maciekish closed 9 years ago

maciekish commented 9 years ago

Even if i set the overlay color to clear, any buttons or controls look disabled, but can be interacted with since we have a lot of passthrough views. Only happens on iOS 7 with the official popover and also looks the same.

(Making a search app that displays results in a list and map at the same time, user needs to be able to interact with list and map + buttons at the same time).

maciekish commented 9 years ago

Nevermind, i found why now. Should probably be a property because everybody may not want this behaviour.

maciekish commented 9 years ago

I created a simple PR https://github.com/sammcewan/WYPopoverController/pull/14

Doesn't change any defaults but adds a UIAppearance selector to disable the tint adjustment.