Latest | 0.3.1 |
---|---|
Homepage | https://github.com/ifullgaz/IFGSlidingCollectionLayout |
License | MIT |
Platforms | ios 8.0, requires ARC |
Authors |
Try it
To run the example project, run pod try IFGSlidingCollectionLayout
.
Installation
IFGSlidingCollectionLayout is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "IFGSlidingCollectionLayout"
Usage
Just import the main header file as such:
#import <IFGSlidingCollectionLayout/IFGSlidingCollectionLayout.h>
Author
License
IFGSlidingCollectionLayout is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "IFGSlidingCollectionLayout", "version": "0.3.1", "summary": "A collection view menu in the style of UltraVisual.", "description": "Based an code from RPSlidingMenu, this library incorporates improvements to flexibility and performance.", "homepage": "https://github.com/ifullgaz/IFGSlidingCollectionLayout", "license": "MIT", "authors": { "Emmanuel Merali": "[email protected]" }, "source": { "git": "https://github.com/ifullgaz/IFGSlidingCollectionLayout.git", "tag": "0.3.1" }, "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "IFGSlidingCollectionLayout": [ "Pod/Assets/*.png" ] } }
Thu, 03 Mar 2016 23:44:06 +0000