I’m trying to refresh my views when I go from one to another. I know I should place the refresh code in viewWillAppear but I don’t know what code to put.
Could you guys assist me?
Thanks!
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.
On your view, call
setNeedsDisplay. Usually though views are marked as needing to be redrawn automatically, so if this isn’t solving your problem you might have another issue.