Skip to content

Instantly share code, notes, and snippets.

@arkilis
Created April 21, 2017 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arkilis/c3d26c8709dadc86b2084cdc346f3e34 to your computer and use it in GitHub Desktop.
Save arkilis/c3d26c8709dadc86b2084cdc346f3e34 to your computer and use it in GitHub Desktop.
use category
#import "UIColor+HexColor.h"
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
self.view.backgroundColor = [UIColor colorFromHexString:@"#0080FF"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment