-
Notifications
You must be signed in to change notification settings - Fork 305
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
Buttons on Bulletin do not work #142
Comments
This issue happens to me just sometimes, not yet sure why. I am using carthage btw. |
Same for me - tapping the ( X ) does nothing, same with the other buttons. It looks like the |
It is a common error for people who use the library: you need to retain the manager as a property, usually on the view controller that presents it. |
Another possibility... If you are overriding the |
Understood thank you. Have tried again and the |
Can you expand on what you mean by "you need to retain the manager as a property, usually on the view controller that presents it."? Can you give some example code. I've tried doing the following on the presenting viewcontroller but that doesn't fix it. Not sure how else to do it? |
Follow on from the above comment, this is the code of the root item:
|
Problem Description:
The action buttons/handlers do not work.
Steps to reproduce:
@import BLTNBoard
Allow
on theBulletinBoard
Environment:
The text was updated successfully, but these errors were encountered: