Good day, friends.
There is a task: to draw repeating objects (UIImageView and UILabel) along the curve (if more exactly, it's an arc).
What classes should be used for it?
|
Good day, friends. There is a task: to draw repeating objects (UIImageView and UILabel) along the curve (if more exactly, it's an arc). What classes should be used for it?
| |||
|
show 1 more comment
feedback
|
|
As an alternative to Android's To rotate a view, use the | |||||
|
feedback
|
android.graphics.Pathlooks almost exactly likeUIBezierPath, I can't see any methods/features that aid with the positioning of views. – DarkDust Aug 18 '11 at 7:22