iOS 圖片滑桿:PhotoSlider
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.
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!