Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. - (void) progressLayerColorDisable:(BOOL)disable {
  2. if (disable) {
  3. [progressLayer setBackgroundColor:RGBColor(0xe9e9e9, 1).CGColor];
  4. } else {
  5. [progressLayer setBackgroundColor:RGBColor(0x17dda3, 1).CGColor];
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement