Skip to content

february29/BHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published