I am trying to use a specific cell with a disclosure indicator to bring up a UIImagePicker (the other cells have UITextFields, etc…) So far I have only been able to do it with a UIButton. I want to connect my action to the cell, but my only options are to create new segues. How would I do this?
I am trying to use a specific cell with a disclosure indicator to bring
Share
If you know the index path of the cell you want to be tappable (its the first cell in the list or something). Then you could use:
You are also going to want to set all the other cells in your cellForRowAtIndexPath to not respond to tap events.