Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用附件披露指示器来通知用户点击单元格以更改时间。
我确实UITableViewCellAccessoryDisclosureIndicator在cellForRowAtIndexPath委托方法中将附件类型设置为,但披露指示器不可见,如下面的屏幕截图所示。
UITableViewCellAccessoryDisclosureIndicator
cellForRowAtIndexPath
我怎样才能解决这个问题?
我猜你已经找到了这个,但我认为你想要editingAccessoryType。
http://developer.apple.com/library/ios/documentation/uikit/reference/UITableViewCell_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006938-CH3-SW61