I am parsing xml and get data and show this data on view, now i have to add reload button, which reload my view and call again xml parsing function, now problem is that how can i remove all contents on view and again show???
Share
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.
After loading and parsing the new data, call setNeedsDisplay:.
Implement drawRect: in the view such that it reflects the new data.