Wait Spinner
一个非常简单的活动指示器。
安装
CocoaPods
pod 'WaitSpinner'
手动
Just copy the next files to your project: WaitSpinner.h WaitSpinner.m
使用
// Creating WaitSpinner *waitSpinner = [[WaitSpinner alloc] init]; // Showing [waitSpinner showInView:self.view]; // Hiding [waitSpinner hide];