Reputation: 807
I would like to add labels to my prototype cell, however whenever I add a segue in the storyboard (control + dragging from cell to next view controller). The storyboard resets and it looks like the following image. Is there a way to remove the arrow on the right and have a blank cell in my table view that segues when tapped?
Upvotes: 0
Views: 212
Reputation: 21536
In the Storyboard, select the prototype cell and look at the attributes inspector on the right. Change the cell accessory (which probably currently says "disclosure indicator") to "none".
Upvotes: 2