Skip to content

wangpt/TJStatusBarNotification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TJStatusBarNotification

based on JDStatusBarNotification.

image

请先安装CocoaPods

安装成功以后使用命令安装JDStatusBarNotification

pod install --verbose --no-repo-update

使用说明

//loading
    [TJStatusBarClient showStatusBarQueryStr:@"加载中..."];
//success tip
    [TJStatusBarClient showStatusBarSuccessStr:@"加载成功"];
//error tip
    [TJStatusBarClient showStatusBarErrorStr:@"加载失败"];
//warn tip
    [TJStatusBarClient showStatusBarWarnStr:@"参数有误"];
//progress
    [TJStatusBarClient showStatusBarProgress:self.progress];

About

based on JDStatusBarNotification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published