2012-03-26 76 views

回答

6

你可以尝试设置accessoryTypeUITableViewCellAccessoryNone

写下面的代码下cellForRowAtIndexPath:

cell.accessoryType = UITableViewCellAccessoryNone; 

希望这有助于。