Skip to content

Instantly share code, notes, and snippets.

@j4johnfox
Created April 24, 2009 15:57
Show Gist options
  • Save j4johnfox/101166 to your computer and use it in GitHub Desktop.
Save j4johnfox/101166 to your computer and use it in GitHub Desktop.
captionView = [[CPTextField alloc] initWithFrame:myCaptionFrame];
var myShadow = [CPShadow shadowWithOffset:CGSizeMake(2, 2) blurRadius:3 color:[CPColor darkGrayColor]];
[captionView setTextShadow:myShadow];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment