| 
                             
                                      0
                                 
                                 | 
                    
| Ben Clayton · 技术社区 · 15 年前 | 
| 
                         | 
                    
                              1 
                        
                        
                                  1
                             
                            如果更改单元格的内容,则需要在TableView上调用-ReloadRowSatindexpaths:WithRowAnimation:。  | 
                
| 
                         | 
                    
                              2 
                        
                        
                                  3
                             
                            请注意其他人尝试此操作。accessorytypeforrowwithindexpath委托方法现在已贬值,如果尝试此方法,将收到此消息: 
 相反,在UITableViewCell子类中实现setSelected方法。例如 
  ..然后使用ReloadRowSatindePaths:WithRowAnimation方法,如上所述。  |