I am looking to draw some text in curved format. It doesn't matter which control I use: UITextField
, UILabel
or UITextView
.
I just want to show text something like shown in the image
Still looking for solution. Please help ?
I am looking to draw some text in curved format. It doesn't matter which control I use: UITextField
, UILabel
or UITextView
.
I just want to show text something like shown in the image
Still looking for solution. Please help ?
Check out this link. Though this is for mac, i think you can port it for ios
ABOVE LINK IS OUT DATED. PLEASE FIND YOUR SOLUTION FROM THIS LINK
Other thing I can think is not an easy way out. Take a string as an array of letters, Take labels for each later and rotate each label to some angle that is calculated to create an arc for your text. Second approach need more manipulation and logic :) All the best.