Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BHUD

加载框显示工具

图片名称 图片名称 图片名称 图片名称

集成说明

pod

pod BHUD

手动集成

拖入BHUD文件夹

基本说明

引入头文件

#import "BHudView.h"

显示indicatorInView和lable

[BHudView showHudInView:self.view];
或者
[BHudView showHudInView:self.view indicatorViewStyle:BHudJumpBarIndicatorView];

显示indicatorInView

[BHudView showIndicatorInView:self.view];
或者
[BHudView showIndicatorInView:self.view indicatorViewStyle:BHudLaunchBarIndicatorView];

显示错误

 [BHudView showErrorInView:self.view clickBlock:^{
                        [BHudView hideHudInView:self.view];
                    }];

高级用法

自定义用法

 UIView *customView = [[UIView alloc]initWithFrame:CGRectMake(200, 200, 200, 200)];
        [customView setBackgroundColor: [UIColor greenColor]];
        [BHudView showCustomHudView:customView InView:self.view];

About

简单易用灵活

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages