File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ - (void)viewDidLoad
35
35
[super viewDidLoad ];
36
36
self.takeController = [[FDTakeController alloc ] init ];
37
37
self.takeController .delegate = self;
38
- self. takeController . takePhotoText = @" Take Photo " ;
39
- self.takeController .takeVideoText = @" Take Video " ;
40
- self.takeController .chooseFromPhotoRollText = @" Choose Existing " ;
41
- self.takeController .chooseFromLibraryText = @" Choose Existing" ;
42
- self.takeController .cancelText = @" Cancel " ;
43
- self.takeController .noSourcesText = @" No Photos Available " ;
44
-
38
+ // You can optionally override action sheet titles
39
+ // self.takeController.takePhotoText = @"Take Photo ";
40
+ // self.takeController.takeVideoText = @"Take Video ";
41
+ // self.takeController.chooseFromPhotoRollText = @"Choose Existing";
42
+ // self.takeController.chooseFromLibraryText = @"Choose Existing ";
43
+ // self.takeController.cancelText = @"Cancel ";
44
+ // self.takeController.noSourcesText = @"No Photos Available";
45
45
46
46
NSBundle * myBundle = [NSBundle bundleWithIdentifier: @" FDTakeTranslations" ];
47
47
NSLog (@" %@ " , myBundle);
You can’t perform that action at this time.
0 commit comments