How can I show UIAccessoryView on a cell with UITableViewCellEditingStyleInsert?

514 views Asked by At

I want to use an accessorydisclosureindicator to inform the user to tap on the cell in order to change the time.

I did set the accessoryType to UITableViewCellAccessoryDisclosureIndicator in the cellForRowAtIndexPath delegate method but the disclosure indicator is not visible as you can see on the screenshot below.

How can I fix this?

enter image description here

1

There are 1 answers

0
Dennis On