Drawing curved shapes

Devfly

How do I draw/create curved shapes like these:

enter image description here

Can you point me to some example? Is Core Graphics going to work? I'll also need to animate them so maybe we will need to use Core Animation too?

Guy Kogus

What you're looking for is UIBezierPath. Core Graphics will draw along such paths for you, as well as other magic such as masking. Core Animation can move objects along bezier paths too.

Enjoy :)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related