I want to reload the data from uitableview when I press the button.
example:
if I press button 1, then I will present data with id 1, and if I press the button 2 then I will present data with id 2 and previous data are not shown.
Anyone know how, I use [tableview reloadData]; not working, change happens if I move the screen and return to the screen that displays the data in the tableview?
Thank’s before.
Follow This link, perhaps it will help you.
stackoverflow.com/questions/7290340/xcode-tableview-showing-to-different-arrays-one-at-a-time-problem