我改变了UITableViewCell
标签的颜色并做了reload
tableview
[m_cEntityView reloadData];
[m_cEntityView selectRowAtIndexPath:self.m_cSelectdPath animated:NO scrollPosition:UITableViewScrollPositionNone];
但是重新加载需要很长时间UITableView
,有时它不显示accessory button
,它在 iPad 中Rootview controller
。请帮我解决这个问题?