rmp2150
rmp2150

Reputation: 807

Remove arrow when segue is connected to prototype cell

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?

prototype cell after segue added

Upvotes: 0

Views: 212

Answers (1)

pbasdf
pbasdf

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

Related Questions