Add aspect fit example to example list controller
Showing
1 changed file
with
3 additions
and
0 deletions
@@ -20,6 +20,7 @@ | @@ -20,6 +20,7 @@ | ||
20 | #import "MASExampleLayoutGuideViewController.h" | 20 | #import "MASExampleLayoutGuideViewController.h" |
21 | #import "MASExampleArrayView.h" | 21 | #import "MASExampleArrayView.h" |
22 | #import "MASExampleAttributeChainingView.h" | 22 | #import "MASExampleAttributeChainingView.h" |
23 | +#import "MASExampleAspectFitView.h" | ||
23 | 24 | ||
24 | static NSString * const kMASCellReuseIdentifier = @"kMASCellReuseIdentifier"; | 25 | static NSString * const kMASCellReuseIdentifier = @"kMASCellReuseIdentifier"; |
25 | 26 | ||
@@ -48,6 +49,8 @@ static NSString * const kMASCellReuseIdentifier = @"kMASCellReuseIdentifier"; | @@ -48,6 +49,8 @@ static NSString * const kMASCellReuseIdentifier = @"kMASCellReuseIdentifier"; | ||
48 | viewClass:MASExampleConstantsView.class], | 49 | viewClass:MASExampleConstantsView.class], |
49 | [[MASExampleViewController alloc] initWithTitle:@"Composite Edges" | 50 | [[MASExampleViewController alloc] initWithTitle:@"Composite Edges" |
50 | viewClass:MASExampleSidesView.class], | 51 | viewClass:MASExampleSidesView.class], |
52 | + [[MASExampleViewController alloc] initWithTitle:@"Aspect Fit" | ||
53 | + viewClass:MASExampleAspectFitView.class], | ||
51 | [[MASExampleViewController alloc] initWithTitle:@"Basic Animated" | 54 | [[MASExampleViewController alloc] initWithTitle:@"Basic Animated" |
52 | viewClass:MASExampleAnimatedView.class], | 55 | viewClass:MASExampleAnimatedView.class], |
53 | [[MASExampleViewController alloc] initWithTitle:@"Debugging Helpers" | 56 | [[MASExampleViewController alloc] initWithTitle:@"Debugging Helpers" |
-
Please register or login to post a comment