Skip to content

Instantly share code, notes, and snippets.

@vc7
Created July 11, 2013 15:13
Show Gist options
  • Select an option

  • Save vc7/5976332 to your computer and use it in GitHub Desktop.

Select an option

Save vc7/5976332 to your computer and use it in GitHub Desktop.
typedef enum {
UIViewContentModeScaleToFill,
UIViewContentModeScaleAspectFit,
UIViewContentModeScaleAspectFill,
UIViewContentModeRedraw,
UIViewContentModeCenter,
UIViewContentModeTop,
UIViewContentModeBottom,
UIViewContentModeLeft,
UIViewContentModeRight,
UIViewContentModeTopLeft,
UIViewContentModeTopRight,
UIViewContentModeBottomLeft,
UIViewContentModeBottomRight,
} UIViewContentMode;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment