Tagged Questions

3
votes
2answers
1k views

Way to draw NSString on a curved path?

I have been looking for any example code for drawing a UILabel (or just an NSString or something) on a curved path, but have come up empty handed. Does anyone know whether it's possible to draw text ...
-1
votes
1answer
105 views

iPhone: draw the objects along the curve

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?