How to access a table view cell in some other user defined methods other than those predefined methods for tableview???
Plz help..开发者_如何学运维. Thanx in advance...
for that you have to take the cell as global variable and acess it anywhere.
But remember untill you call the tableview reload method no change is gonna reflect.
So I suggest better use the cell in predefined delegate methods rather than trying to experiment (which can cause problem in consistency).
Happy Coding...
精彩评论