I have to do an animation with a label:
example:
If I have a label “WORLD” I want to do an animtion that first show “W” after 1 second “O”, and after 1 second “R”…ecc
Should I use a label or more label (one label for each letter)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In this particular case you can simply add a timer and change the text in the label by adding one letter at a time.
In general for more complicated animations use more labels. You can animate the properties of a view so you must make each letter a view (label).
First you create the timer:
and then you write the animating method similar to this: