Skip to content

CheckThisCodeCarefully/TinderSwipeView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TinderSwipeView

Swipe view inspired by Tinder

Screenshot

Alt text

func createDraggableViewWithData(at index: Int) -> TinderCard {

let card = TinderCard(frame: CGRect(x: 10, y: CGFloat(TOPYAXIS), width: frame.size.width - 20, height: frame.size.height - CGFloat(TOPYAXIS) - 200))
card.delegate = self
return card
}

Requirements

* Swift 4
* XCode 9
* iOS 8.0 (Min SDK)

Author

Nicky Patson

HomePage

mail.nickypatson@gmail.com

License

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

About

Swipe view inspired by tinder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Swift 100.0%