I want to refresh a list view in a controller while it is in background.
As i want to update the array of that list.
any ideas on how to do this.
Thnx a lot in advance
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.
I think what you meant was that your ViewController was pushed back in the stack and from the top View controller you want to update the array and reload list? If this assumption is correct this is what you can do