开发者

Draw string with NSString drawing in front of UIImageView

开发者 https://www.devze.com 2023-01-17 16:56 出处:网络
I am really new to iOS developing and need to draw a string in front of a UIImageView. I need a little flexibillity (font, color, posi开发者_如何学JAVAtion, size) and think that UIlabel won\'t fit my

I am really new to iOS developing and need to draw a string in front of a UIImageView. I need a little flexibillity (font, color, posi开发者_如何学JAVAtion, size) and think that UIlabel won't fit my needs. NSString seems to do but I can't get it work.

Does anybody have an example how to draw a string with NSString drawing in front of a UIImageView?

Thanks and kind regards,

Timo


I managed to do it with UILabel :-)

Bye,

Timo

0

精彩评论

暂无评论...
验证码 换一张
取 消