I have a UITableView that can be edited. I am displaying cells like this:
- (UITableViewCell *) TableView: (UITableView *) Table View CellForouaitindPath: (NSIndexPath *) indexPath {static NSString * CellIdentifier = @ "cell" ; UITableViewCell * cell = [tableview] dequeueReusableCellWithIdentifier: CellIdentifier]; If (cell == blue) {cell = [[[UTTViewjell Alok] initWithStyle: UITableViewCellStyleDefault reuseIdentifier: cell identifier] AutoExes]; Cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator; } // Configure cell ... STWatchList * mySTWatchList; MySTWatchList = [Objects Objectand: IndexPath.ro]; Cell.textLabel.text = mySTWatchList.watchListName; Return cell; } When the user is editing, I want to show the disclosure indicator. How can I complete it?
cell. Type editing type = UTable viewer user Disclosure indicator;
Comments
Post a Comment