Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
This question is about Cocoa Touch (specifically, UIKit), not Cocoa or the Objective-C language.
Source Link
Peter Hosey
  • 96.5k
  • 15
  • 214
  • 373

Animate the number change in Cocoa UILabel

I have placed a Cocoa Touch UILabel, which displays numbers.

What I want is to animate the text in UILabel when number changed. So that the user can be easier to notice the number is changing.

The animation can be very simple, for example, when the text is changed, it first zooms to a bigger size, and then zooms back to normal size.

It seems I can only animate the font size.

any suggestions?

Thanks

Animate the number change in Cocoa UILabel

I have placed a Cocoa UILabel, which displays numbers.

What I want is to animate the text in UILabel when number changed. So that the user can be easier to notice the number is changing.

The animation can be very simple, for example, when the text is changed, it first zooms to a bigger size, and then zooms back to normal size.

It seems I can only animate the font size.

any suggestions?

Thanks

Animate the number change in UILabel

I have placed a Cocoa Touch UILabel, which displays numbers.

What I want is to animate the text in UILabel when number changed. So that the user can be easier to notice the number is changing.

The animation can be very simple, for example, when the text is changed, it first zooms to a bigger size, and then zooms back to normal size.

It seems I can only animate the font size.

any suggestions?

Thanks

Source Link

Animate the number change in Cocoa UILabel

I have placed a Cocoa UILabel, which displays numbers.

What I want is to animate the text in UILabel when number changed. So that the user can be easier to notice the number is changing.

The animation can be very simple, for example, when the text is changed, it first zooms to a bigger size, and then zooms back to normal size.

It seems I can only animate the font size.

any suggestions?

Thanks