LXExtension

iOS Extension in Swift

MIT License

Stars
2
Committers
2

LXExtension

iOS Extension in Swift

Requirements

  • iOS 8.0+
  • Xcode 8+
  • Swift 3

Installation

CocoaPods

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

Manually

  • Drag and drop Sources folder into your project.

License

MIT