Skip to content
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

IBAction Don't fire from xib view #52

Open
ghost opened this issue Feb 10, 2016 · 2 comments
Open

IBAction Don't fire from xib view #52

ghost opened this issue Feb 10, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 10, 2016

Hi
I have a xib file that use KLCPopup for show popup view.
when use view whitout KLCPopup, boutton IBAction fire; but when use KLCPopup boutton IBAction don't fire!
Please Help, Thanks

@akshitzaveri
Copy link

+1

@MZChangchun
Copy link

you should make this to keep the Xib no release

@property (nonatomic, strong)UIViewController * oneViewVC;
......
_oneViewVC = (your xib VC)
_popView = [KLCPopup popupWithContentView: (your xib VC).view
                              ......]

you can do everything in your xib VC;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants