An open API service indexing awesome lists of open source software.

https://github.com/cnkcq/viewpagers

When using the ViewPager widget it is not always obvious to the user that there are adjacent views they can navigate to. By implementing this widget you provide a clear indicator that there exists additional content which they can click or swipe to see.
https://github.com/cnkcq/viewpagers

pagecontrol pagecontroller pagemenu pages segmented-controls segments swift-library swift4 swipeable viewpager widget

Last synced: 6 months ago
JSON representation

When using the ViewPager widget it is not always obvious to the user that there are adjacent views they can navigate to. By implementing this widget you provide a clear indicator that there exists additional content which they can click or swipe to see.

Awesome Lists containing this project

README

          

# ViewPager

[![CI Status](http://img.shields.io/travis/wangchengqvan@gmail.com/ViewPager.svg?style=flat)](https://travis-ci.org/wangchengqvan@gmail.com/ViewPager)
[![Version](https://img.shields.io/cocoapods/v/ViewPager.svg?style=flat)](http://cocoapods.org/pods/ViewPager)
[![License](https://img.shields.io/cocoapods/l/ViewPager.svg?style=flat)](http://cocoapods.org/pods/ViewPager)
[![Platform](https://img.shields.io/cocoapods/p/ViewPager.svg?style=flat)](http://cocoapods.org/pods/ViewPager)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

Xcode 8+ , Swift 3+

##### :eyes: See also:
![ViewPager_display](http://upload-images.jianshu.io/upload_images/121208-6302e02c0a7637d4.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/500)

## Installation

ViewPager is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "ViewPagers"
```

## Author

wangchengqvan@gmail.com, wangchengqvan@hotmail.com

## License

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