Skip to content

Instantly share code, notes, and snippets.

@peterstuart
Created July 30, 2014 14:33
Show Gist options
  • Save peterstuart/4207b689f8f854db5611 to your computer and use it in GitHub Desktop.
Save peterstuart/4207b689f8f854db5611 to your computer and use it in GitHub Desktop.
- (NSEdgeInsets)alignmentRectInsets {
return NSEdgeInsetsMake(0, self.blurRadius, self.blurOffset + self.blurRadius, self.blurRadius);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment