获取指定cell
2016-10-10 本文已影响77人
NateLam
NSIndexPath *index = [NSIndexPath indexPathForRow:0 inSection:0];
NAPublishWriteTitleTableViewCell *cell = [weakself.tableView cellForRowAtIndexPath:index];
NSIndexPath *index = [NSIndexPath indexPathForRow:0 inSection:0];
NAPublishWriteTitleTableViewCell *cell = [weakself.tableView cellForRowAtIndexPath:index];