/CDSlidePageViewDemo

Primary LanguageObjective-CMIT LicenseMIT

##CDSlidePageView

LICENSE  PLATFORM  SUPPORT  BLOG 

CDSlidePageView is a multiple page slide view。

Communication

  • If you found a bug, and can provide steps to reliably reproduce it, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Installation with CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like CDSlidePageView in your projects.

Podfile

To integrate CDSlidePageView into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

target 'TargetName' do
pod 'CDSlidePageView'
end

Then, run the following command:

$ pod install

License

CDSlidePageView is released under the MIT license. See LICENSE for details.