RMActionController icon indicating copy to clipboard operation
RMActionController copied to clipboard

Add support for Dark / Light theme with low transparency fallback

Open NSMustache opened this issue 6 years ago • 0 comments

This PR replaces the use of [UIColor whiteColor] as a container background when transparency / blur is disabled with the system-defined [UIColor secondaryBackgroundColor] on iOS 13+ as this color is impacted by dark/light mode.

NSMustache avatar Apr 16 '20 09:04 NSMustache