ExtendedUIKit 1.1.1

ExtendedUIKit 1.1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2017
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by Daniel Barros.



 
Depends on:
ExtendedFoundation>= 0
ExtendedCoreGraphics>= 0
 

  • By
  • Daniel Barros

ExtendedUIKit

Swift
Platform
License

Protocols and extensions for the UIKit framework.

Includes both the ExtendedFoundation and ExtendedCoreGraphics frameworks (via dependencies if using CocoaPods, otherwise you have to include them yourself).

Installation

CocoaPods

Install CocoaPods with the following command:

$ gem install cocoapods

Go to your project directory and create a Podfile with:

$ pod init

Add these lines to your Podfile:

use_frameworks!

target '<Your Target Name>' do
    pod 'ExtendedUIKit'
end

Finally, run the following command:

$ pod install

Manually

Drag the whole project into your workspace, build it, and add the framework to the Embedded Binaries of your project.