Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 646 Bytes

File metadata and controls

39 lines (23 loc) · 646 Bytes

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.