iOS 图片滑杆:PhotoSlider
jopen
9年前
PhotoSlider 可让照片滑杆更简单,并可以通过刷动(swiping)删除滑杆。
Installation
PhotoSlider is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "PhotoSlider"
Usage
func collectionView(collectionView: UICollectionView, didSelectItemAtIndexPath indexPath: NSIndexPath) { var slider = PhotoSlider.ViewController(imageURLs: self.images) slider.modalPresentationStyle = .OverCurrentContext slider.modalTransitionStyle = UIModalTransitionStyle.CrossDissolve slider.index = indexPath.row self.presentViewController(slider, animated: true, completion: nil) }
Requirements
Xcode 6 is required.