KLCPopup
KLCPopup copied to clipboard
IBAction Don't fire from xib view
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
+1
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;