Skip to content

Instantly share code, notes, and snippets.

@Bayonetta
Created February 8, 2014 08:02
Show Gist options
  • Save Bayonetta/8878322 to your computer and use it in GitHub Desktop.
Save Bayonetta/8878322 to your computer and use it in GitHub Desktop.
Custom System UIProgressView
//modify UIProgressview Height
//remember import CoreGraphics.framework
CGAffineTransform transform = CGAffineTransformMakeScale(1.0f, 3.0f);
progressView.transform = transform;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment