Thanks, @Claude for ur reply. but it is a different case. According to his issue, he needs to adjust the UILabel length after zoom it. Looks font is not blurring in that issue.
But he has point like
messageLabel.contentScaleFactor=scale;
is used for avoid to font blurring.
But i also use it like
uiTextView.contentScaleFactor = scale
it is not working for me. font is still blurring.
So I'm seeking a way of using UIScrollView and without redraw the objects (using default zoom in functionality).
Hopefully, someone can help me !!!!
Topic:
Programming Languages
SubTopic:
Swift
Tags: