Skip to content

milianoo/CurvySlider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CurvySlider 1.0

Sample Curvy UISlider for iphone

This sample of code provides you a complete example of how to create a UIBezierPath and Move an Object through it.

Highlites :

  • Usage of UIBezierpath
  • Touch event Interaction for moving objects
  • Cubic bezier curve calculation for getting list of points

Cubic Curve Structure

intermediate points Q0, Q1, and Q2 describes linear Bézier curves, and points R0 & R1 describes quadratic Bézier curves

Curve

For More Information Regarding Bezier Curve , Please Visit Bezier Curve - Wikipedia

About

Sample Curvy UISlider for iphone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published