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.
Xcode 6 is required.
NKJPhotoSliderController is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "NKJPhotoSliderController"
#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];
}
nakajijapan, [email protected]
NKJPhotoSliderController is available under the MIT license. See the LICENSE file for more info.