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