How to change the background color of a view dynamically? Do I set a timer and assign the background color property of the view to change in a loop?
How to achieve this functionality?
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.
Somewhere in your code (viewDidAppear is a good spot)
A method in your class:
This will be an abrupt change so you will probably want to make an animation, but this is a different question.