Advertisement
thieumao

Smart Invert

Jun 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.17 KB | None | 0 0
  1.     if (@available(iOS 11.0, *)) {
  2.         [[UIImageView appearance] setAccessibilityIgnoresInvertColors:YES];
  3.     } else {
  4.         // Fallback on earlier versions
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement