Created
August 24, 2014 09:12
-
-
Save yoshimin/1a26147f8c81e0e389fb to your computer and use it in GitHub Desktop.
YMNImageCropMode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// クロップの枠の拡縮の仕方 | |
typedef NS_ENUM(NSUInteger, YMNImageCropMode) { | |
/// 枠のアスペクト比は自由 | |
YMNImageCropModeFlexible, | |
/// 枠のアスペクト比は固定 | |
YMNImageCropModeFixedAspect | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment