一个超轻量级的状态栏通知/警报库。
KAStatusBar/KAStatusBar
文件夹复制到您的项目中。这是自我解释的 API。如果您没有指定任何延迟来移除通知,则变为不确定,并在状态左侧显示 UIActivityIndicatorView。
+ (void)showWithStatus:(NSString*)status barColor:(UIColor*)color andRemoveAfterDelay:(NSNumber *) delay;
+ (void)showWithStatus:(NSString*)status andRemoveAfterDelay:(NSNumber *) delay;
+ (void)showWithStatus:(NSString*)status andBarColor:(UIColor*)color;
+ (void)showWithStatus:(NSString*)status;
+ (void)dismiss;