Skip to content

Commit

Permalink
Override accessibilityIgnoresInvertColors to return YES on FLAnimated…
Browse files Browse the repository at this point in the history
…ImageView.
  • Loading branch information
Colin Caufield committed Sep 10, 2017
1 parent 06d071f commit bd90caa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions FLAnimatedImage/FLAnimatedImageView.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd90caa

Please sign in to comment.