You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly , I want to thank you for making this code available, I have used your code in my project. Now, as you have shown just a view, I am showing a table view. So this tableView contains a custom cell with a image and a label beside it. so whenever I click the button, the table pops from bottom, this all works fine. Now in my app, I have to change the images baed on some conditions, So i have just used [self.menutable reloadData] in ViewWillAppear but the images are not getting replaced.
Can you tell me the reason behing this.
Regards
Ranjit
The text was updated successfully, but these errors were encountered:
Hello,
Firstly , I want to thank you for making this code available, I have used your code in my project. Now, as you have shown just a view, I am showing a table view. So this tableView contains a custom cell with a image and a label beside it. so whenever I click the button, the table pops from bottom, this all works fine. Now in my app, I have to change the images baed on some conditions, So i have just used [self.menutable reloadData] in ViewWillAppear but the images are not getting replaced.
Can you tell me the reason behing this.
Regards
Ranjit
The text was updated successfully, but these errors were encountered: