1. 首页
  2. 数据库
  3. 其它
  4. 仅需几行代码实现方便易用的状态栏指示器

仅需几行代码实现方便易用的状态栏指示器

上传者: 2021-02-08 06:50:55上传 PDF文件 98.86KB 热度 5次
我们在使用微博的时候经常会遇到状态指示器,想知道它是怎么做的吗?本篇文章就是通过几行代码实现方便易用的状态栏指示器。 微博项目的微博数提醒框 /** 提醒最新微博数量 */ - (void)showNewStatusCount:(NSInteger)count { if (count) { [[XZMStatusBarHUD sharedXZMStatusBarHUD] showNormal:[NSString stringWithFormat:@有%ld条新的微博 ,count] position:64 animaDelay:0 configuration:^{
用户评论