Hello!
I want to change the font size of a UILabel by UIFont with animation. The first idea was to use the animator, but it doesn't work. Is there a simple way?
Code:
// [customObject setFont:[UIFont systemFontOfSize:size3]];
[customObject setFont:[[UIFont animator] systemFontOfSize:size3]];
Thanks for reply.