CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

CLSSwiftFunctionLibrary 1.8.8

CLSSwiftFunctionLibrary 1.8.8

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Dec 2016
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by stephen chen.



  • By
  • Lee-Sheng Chen

CLSSwiftFunctionLibrary

Prerequisite

  • ARC
  • Xcode 4.4+, which supports literals syntax.
  • iOS 8+

How to install

  • [CocoaPods]
    Add pod 'CLSSwiftFunctionLibrary' to your podfile.

How to Use

  • Change working directory to Example folder first
cd Example
  • Open CLSSwiftFunctionLibrary.xcworkspace then find ViewController.swift

  • Import CLSSwiftFunctionLibrary

import CLSSwiftFunctionLibrary
  • Start using
let appBuildNumber = CLSConstants.appBuildNumber
let appBundle = CLSConstants.appBundle
let appVersion = CLSConstants.appVersion
let heightNavigationBar = CLSConstants.heightNavigationBar
let heightToolbar = CLSConstants.heightToolbar
let Userdefault = CLSConstants.userdefault

License

CLSSwiftFunctionLibrary.h is available under the MIT license. See the LICENSE file for more info.