Closed zaishihuang closed 4 years ago
same problem
Same here. FB swizzles and adds a target (control event).
I don't use this btn. If u want try comment all MBProgressHUDRoundedButton. It's no a fix but a workaround for my implementation
MBProgressHUDRoundedButton set hidden Yes and in intrinsicContentSize implementation, modify like this: if (self.hidden || self.allControlEvents == 0) return CGSizeZero;
can fix the problem.
I am also facing the same issue. if (self.hidden || self.allControlEvents == 0) return CGSizeZero; fixed my problem. But I am using cocoa pods. In there any way to fix this issue without modifying cocoa pods file
Should be fixed in #588. If not please reopen.
Conflict with FBSDKCoreKit(5.12.0), will show empty Button (MBProgressHUDRoundedButton) Please see the screenshot