开发者

UITableViewCell - displaying accessory view beside rearrange control

开发者 https://www.devze.com 2023-01-04 13:15 出处:网络
In the Safari bookmarks manager on iPhone, the UI开发者_如何学PythonTableView seems to have behaviour that isn\'t standard. I\'m referring to this:

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消