NKJPhotoSliderController 0.7.2

NKJPhotoSliderController 0.7.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Oct 2016

Maintained by nakajijapan.



NKJPhotoSliderController can a simple photo slider and delete slider with swiping.

Requirements

Xcode 6 is required.

Installation

NKJPhotoSliderController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "NKJPhotoSliderController"

Usage

#pragma mark - UICollectionViewDelegate

- (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath
{
    NKJPhotoSliderController *slider = [[NKJPhotoSliderController alloc] initWithImageURLs:self.images];
    slider.index = indexPath.row;
    [self presentViewController:slider animated:YES completion:nil];
}

Author

nakajijapan, [email protected]

License

NKJPhotoSliderController is available under the MIT license. See the LICENSE file for more info.