开发者

Access Tableview Cell in some other methods

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...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜