diff --git a/FLAnimatedImage/FLAnimatedImageView.m b/FLAnimatedImage/FLAnimatedImageView.m index ffbb6581..6c893e13 100755 --- a/FLAnimatedImage/FLAnimatedImageView.m +++ b/FLAnimatedImage/FLAnimatedImageView.m @@ -209,6 +209,12 @@ - (CGSize)intrinsicContentSize return intrinsicContentSize; } +#pragma mark Smart Invert Colors + +- (BOOL)accessibilityIgnoresInvertColors +{ + return YES; +} #pragma mark - UIImageView Method Overrides #pragma mark Image Data