UITableViewCell - 在重新排列控件旁边显示附件视图

ind*_*gie 9 iphone cocoa-touch objective-c uitableview ipad

在iPhone上的Safari书签管理器中,UITableView似乎有一些不标准的行为.我是指这个:

alt text http://cl.ly/b7f0faead6a8586d3470/content

在编辑模式下,书签UITableViewCells具有重新排列控件和UITableViewCellAccessoryDisclosureIndicator旁边的附件视图.你怎么两个都得到?在我的表格视图中,当您进入编辑模式以显示重新排列控件时,控件将取代附件视图,而不会同时显示两者.

Cos*_*que 23

使用UITableViewCell的editingAccessoryType属性.