Skip to content

PagingView is a UI control used in the iOS Care app. A swiping gesture controls the display of paged information.

License

Notifications You must be signed in to change notification settings

rallyhealth/PagingView

Repository files navigation

PagingView

PagingView is a UI control using a swiping gesture to control the display of paged information.

Demo

PagingView

Usage

let pagingView = PagingView(frame: view.frame)
pagingView.delegate = self

// Add your pagingSubviews (instantiated somewhere else):
pagingView.addPagingSubview(customView1)
pagingView.addPagingSubview(customView2)
pagingView.addPagingSubview(customView3)

License

MIT

About

PagingView is a UI control used in the iOS Care app. A swiping gesture controls the display of paged information.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •