Augustyniak / RATreeView

Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
MIT License
2.49k stars 465 forks source link

Adding additional buttons to cell #182

Closed SpaceTrucker2196 closed 8 years ago

SpaceTrucker2196 commented 8 years ago

I'm trying to add additional functions to my tableview cell with a couple of buttons added to xib and linked via IBActions. I don't seem to be getting the touch events. It looks like the touch for expanding the tree is intercepting before my button. How do add buttons that can respond to touch events?

SpaceTrucker2196 commented 8 years ago

Found my issue. My xib was did not have the content view for a uitablview cell. I recreated making sure I added a tableviewcell to the xib when creating the xib file.