6pods
UIView subclass that replicates the iOS 7 realtime background blur effect, but works on iOS 5 and above.
License: zlib
An alternative to the UIActionSheet with a block-based API and a modern, customizable look.
License: MIT
UIView subclass that replicates the iOS 7 realtime background blur effect, but works on iOS 5 and above.
License: zlib
CKPullDownController is a copy of MBPullDownController with few bug fix and improviments. CKPullDownController accepts two view controllers, which it presents one above the other. The front view controller is configured to accept a pull interaction which it utilizes to show or hide back view controller.
License: MIT
Slide through the contents or select from tabs or slide through tabs and select!
## Installation
Just copy ViewPagerController.m and ViewPagerController.h files to your project.
Or you can use CocoaPods (as this is the recommended way).
`pod 'CKViewPager'`
## Usage
Subclass ViewPagerController (as it's a `UIViewController` subclass) and implement dataSource and delegate methods in the subclass.
## Requirements
CKViewPager supports minimum iOS 6 and uses ARC.
Supports both iPhone and iPad.
## Contact
[Lucas Oceano](mailto:[email protected])
CKViewPagre is based on ICViewPager with improvements and few bug fix.
## Licence
CKViewPager is MIT licensed. See the LICENSE file for more info.
License: MIT