Skip to content

Instantly share code, notes, and snippets.

@maojj
Created April 15, 2013 16:24
Show Gist options
  • Save maojj/5389322 to your computer and use it in GitHub Desktop.
Save maojj/5389322 to your computer and use it in GitHub Desktop.
inner shadow
gradient.frame = CGRectMake(0, 0, 100, 100);
gradient.startPoint = CGPointMake(1.0, 1.0);
gradient.endPoint = CGPointMake(1.0, 0);
gradient.colors = [NSArrayarrayWithObjects:(id)[[UIColorblackColor] CGColor], (id)[[UIColorclearColor] CGColor], nil];
[targenView.layerinsertSublayer:gradient atIndex:0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment