获取指定cell

2016-10-10  本文已影响77人  NateLam
NSIndexPath *index = [NSIndexPath indexPathForRow:0 inSection:0];
NAPublishWriteTitleTableViewCell *cell = [weakself.tableView cellForRowAtIndexPath:index];
上一篇 下一篇

猜你喜欢

热点阅读