In the Safari bookmarks manager on iPhone, the UI开发者_如何学PythonTableView
seems to have behaviour that isn't standard. I'm referring to this:
alt text http://cl.ly/b7f0faead6a8586d3470/content
In edit mode, the bookmark UITableViewCells have both a rearrange control and a UITableViewCellAccessoryDisclosureIndicator
accessory view next to them. How do you get both? In my table views, when you go into edit mode to reveal the rearrange control, the control takes the place of the accessory view, it doesn't display both.
Use editingAccessoryType property of UITableViewCell.
精彩评论