MBProgressHUD icon indicating copy to clipboard operation
MBProgressHUD copied to clipboard

Button issue

Open twinst opened this issue 7 years ago • 6 comments

/**
 * A button that is placed below the labels. Visible only if a target / action is added. 
 */
@property (strong, nonatomic, readonly) UIButton *button;

The button is always showing, although target / action is not added.

twinst avatar Jun 05 '17 06:06 twinst

I encountered the same problem,what should i do?

JonnyWorld avatar Jun 12 '17 03:06 JonnyWorld

I got this problem too

BruceConner avatar Jun 19 '17 03:06 BruceConner

I got this problem too

ChenTF avatar Aug 08 '17 09:08 ChenTF

I got this problem too

qigeligedongdongqiang avatar Aug 23 '17 03:08 qigeligedongdongqiang

I'd need some reproduction steps here. MBHudDemoViewController.m has a bunch of examples and only the ones supposed to show the button show it. Can you modify one of those so it shows this issue?

matej avatar Nov 12 '17 11:11 matej

You should check the button's target number in (intrinsicContentSize) method

po self.allTargets

In my case i found a statistical lib add a touch event to all button at runtime

GWesley avatar Feb 27 '18 09:02 GWesley