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?