Question about scaling text within a subView
Question about scaling text within a subView
- Subject: Question about scaling text within a subView
- From: "Eric E. Dolecki" <email@hidden>
- Date: Wed, 9 Jun 2010 16:11:57 -0400
I have a view that contains text in it. I am scaling it up and down... When
at 100% the text is nice and crisp. When scaled, it's blurry (the default
state for the view).
How can I fix that? Would I need to set the text again at a specific size
each time the animation is complete?
CGAffineTransform transformBig = CGAffineTransformMakeScale(1.8f, 1.8f);
Thanks,
Eric
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden