iOS Extension in Swift
- iOS 8.0+
- Xcode 8+
- Swift 3
To integrate PhotoCollectionView into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'LXSwiftExtension', '~> 1.0.3'
Then, run the following command:
$ pod install
- Drag and drop
Sources
folder into your project.