Latest | 0.2.0 |
---|---|
Homepage | https://github.com/gtranchedone/GTUIKitAdditions |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
GTUIKitAdditions is a collection of classes that extend or add-up to those provided by Apple in UIKit.
Usage
To run the example project; clone the repo, and run pod install
from the Project directory first.
Requirements
GTUIKitAdditions requires GTFoundation. If you install GTUIKitAdditions using CocoaPods all requirements will be fulfilled automatically.
Installation
GTUIKitAdditions is available through CocoaPods, to install
it simply add the following line to your Podfile:
pod "GTUIKitAdditions"
Known Issues
GTDynamicCollectionViewFlowLayout
- GTDynamicCollectionViewFlowLayout doesn’t properly layout cells when the scrollDirection changes.
Author
Gianluca Tranchedone, [email protected]
License
GTUIKitAdditions is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "GTUIKitAdditions", "version": "0.2.0", "summary": "GTUIKitAdditions is a collection of classes that extend or add-up to those provided by Apple in UIKit.", "description": " GTUIKitAdditions is a collection of classes that extend or add-up to those provided by Apple in UIKit.n It includes classes such as GTAlertView and GTActionSheet that provide a block based API for UIAlertView and UIActionSheet as well as other useful APIs. It also includes custom UICollectionViewLayout subclasses.n", "homepage": "https://github.com/gtranchedone/GTUIKitAdditions", "license": "MIT", "authors": { "Gianluca Tranchedone": "[email protected]" }, "source": { "git": "https://github.com/gtranchedone/GTUIKitAdditions.git", "tag": "0.2.0" }, "requires_arc": true, "platforms": { "ios": "7.0" }, "resources": "Assets", "source_files": "Classes/**/*", "ios": { "exclude_files": "Classes/osx" }, "osx": { "exclude_files": "Classes/ios" }, "public_header_files": "Classes/**/*.h" }
Wed, 02 Mar 2016 12:20:03 +0000