SB2015
SB2015

Reputation: 145

SWIFT: Modal Segue From TableViewCell (Prototype Cell) Is Not Working

I dragged a TableViewCell to a new view controller to create a Modal segue. It worked perfectly, and then all of a sudden it stopped. I have not added any Swift code for the segue as yet...I'm racking my brain as to why this has happened out of the blue. I've looked at all of the other posts, but none of the solutions are working. What could be the possible causes?

Upvotes: 0

Views: 97

Answers (1)

dGambit
dGambit

Reputation: 531

Try removing and adding the segue, or check in the cell the Enable user interaction to be true

Upvotes: 1

Related Questions