UITableView detail button not responding

Viewed 44

My 'accessoryButtonTappedForRowWith' is not working, and I'm stumped why. It displays fine in the table, but nothing happens when I click on it. I've also tried using 'detailDisplayButton' feature.

enter image description here

Here is the storyboard and code...can someone please tell me what I'm doing wrong? The delete row function is working fine. It's just never getting to the part where it's supposed to parse the text and send the date information to a new controller. (BTW, those are not our real birthdates.)

enter image description here

enter image description here

0 Answers
Related