MBProgressHUD icon indicating copy to clipboard operation
MBProgressHUD copied to clipboard

MBProgressHUD + Customizations

Results 89 MBProgressHUD issues
Sort by recently updated
recently updated
newest added

change: fix #605 add: modified grace time to 0 and show again

UIImage *img = [UIImage imageNamed:@"hub_warning_icon"]; UIImageView *customView = [[UIImageView alloc] initWithImage:img]; for (NSUInteger i = 0; i < 2; i++) { MBProgressHUD *hud = [self toastToView:self.view]; hud.mode = MBProgressHUDModeCustomView; [hud...

I found many libraries such as RxSwift, Almofire has been added to the https://swiftpackageindex.com/ which allow the library to be added to XCode 13 natively. Is it possible to add...

[!] CocoaPods could not find compatible versions for pod "MBProgressHUD": In Podfile: MBProgressHUD (~> 1.2.0) None of your spec sources contain a spec satisfying the dependency: `MBProgressHUD (~> 1.2.0)`. You...

1. @property (nonatomic, assign, readonly, getter=hasFinished) BOOL finished; 可否暴露这个属性 我想在自定义的时候更多扩展 2. @property (assign, nonatomic) CGFloat verticalMargin UI_APPEARANCE_SELECTOR; 可否新增这个属性,因为默认 margin 是调整左右上下的间距,定制化的时候 我想可以单独调整上下的间距 [topSpacer addConstraint:[NSLayoutConstraint constraintWithItem:topSpacer attribute:NSLayoutAttributeHeight relatedBy:NSLayoutRelationGreaterThanOrEqual toItem:nil attribute:NSLayoutAttributeNotAnAttribute multiplier:1.f constant:self.verticalMargin]];...

Hi, I am trying to add MBProgressHUD using SwiftPackageManager but Xcode is complaining about 'path' property of manifest file. > Source files for target MBProgressHUD should be located under 'Sources/MBProgressHUD',...

We'll in love if you could add in assets a xcframework zip file to download for this section. Thanks

It's possible to change background color in appDelegate for all MBProgressHUD ?

#### Loading cannot be closed when `show` and `hide` are executed on two consecutive requests. HUD address is as follows: ``` // show: 0x1084b1bc0 // hide: 0x1084b1bc0 // show: 0x1084bddd0...

新建一个类不写任何代码后缀改为.mm mbp会报错