-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TreeTableViewCell additionButtonTapped unrecognized #252
Comments
Hello,
Thank you
…On Fri, Apr 13, 2018 at 3:41 PM, Zaporozhchenko Alexander < ***@***.***> 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
<#252 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AgikAxUbQ_of-fZhTlS5xppAQ3d8RiS_ks5toHm3gaJpZM4SUzbm>
.
|
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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'
The text was updated successfully, but these errors were encountered: