FluentDarkModeKit icon indicating copy to clipboard operation
FluentDarkModeKit copied to clipboard

A library for backporting Dark Mode in iOS

Results 1 FluentDarkModeKit issues
Sort by recently updated
recently updated
newest added

`(UIImage *)resizableImageWithCapInsets:(UIEdgeInsets)capInsets resizingMode:(UIImageResizingMode)resizingMode ` returns _UIResizableImage, and when using DMDynamicImageProxy as _UIResizableImage in a UIButton, it tries to access to image's ivar which is not aligned with DMDynamicImageProxy class

bug