You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Macros that expand to appropriate UIColor or NSColor methods. For example, KDIColorW(0.5) expands to [UIColor colorWithWhite:0.5 alpha:1.0] on iOS platforms and [NSColor colorWithCalibratedWhite:0.5 alpha:1.0] on macOS.