Skip to content

fernandomorgan/TRZPhotoPickerTray

Repository files navigation

TRZPhotoPickerTray

Photo/Camera picker inspired in iMessages 10 for iOS

Carthage compatible

Sample Usage:

    [TRZPhotoPickerTrayViewController createPhotoPickerTrayWithUIViewController:self completion:^(TRZPhotoPickerTrayViewController * _Nonnull photoPicker) {
        self.photoPicker = photoPicker;
        self.photoPicker.delegate = self;
        self.photoPicker.allowsMultiSelection = YES;
    }];

About

Photo/Camera picker inspired in iMessages 10 for iOS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors