Augustyniak / RATreeView

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

TreeTableViewCell additionButtonTapped unrecognized #252

Open soniya9963 opened 6 years ago

soniya9963 commented 6 years ago

I am having problem with additional Button Tapped, It crashes the application and I got the reason [Demo.TreeTableViewCell additionButtonTapped:]: unrecognized selector sent to instance 0x7f90d309fa00'

Maxatma commented 6 years ago

Actually, I don't have this problem, just checked it. But, probably, u have some problems with connection your action from the button in .xib to .swift or .m file. Check there : screen shot 2018-04-13 at 1 01 19 pm screen shot 2018-04-13 at 1 07 10 pm

soniya9963 commented 6 years ago

Hello,

Thank you

On Fri, Apr 13, 2018 at 3:41 PM, Zaporozhchenko Alexander < notifications@github.com> wrote:

Actually, I don't have this problem, just checked it. But, probably, u have some problems with connection your action from the button in .xib to .swift or .m file. Check there : [image: screen shot 2018-04-13 at 1 01 19 pm] https://user-images.githubusercontent.com/7135226/38729565-0c69e294-3f1c-11e8-949b-833e76617e8c.png [image: screen shot 2018-04-13 at 1 07 10 pm] https://user-images.githubusercontent.com/7135226/38729566-0c84bf1a-3f1c-11e8-840d-a32eb8ef1341.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Augustyniak/RATreeView/issues/252#issuecomment-381090623, or mute the thread https://github.com/notifications/unsubscribe-auth/AgikAxUbQ_of-fZhTlS5xppAQ3d8RiS_ks5toHm3gaJpZM4SUzbm .

SyedIsmailAhamed commented 5 years ago

I had the same issue, resolved it by deleting TreeTableViewCell class, there are two classes named TreeTableViewCell one each in RATreeViewTVExample and RATreeViewBasicExampleSwift folder, just delete the TreeTableViewCell from RATreeViewTVExample and you are good to go.