FTIndicator
FTIndicator copied to clipboard
A light wight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes support.
能修改成功提示显示的时间吗?
完全ojbk
点击按钮显示loading框,第二次显示的时候,loading框位置没有在屏幕中心
从一个控制器pop回来的时候 在viewWillAppear里面执行方法里面用到 [FTIndicator showProgressWithMessage:@"加载中..."]; 然后在 [FTIndicator dismissProgress];视图并不会隐藏
I need this library in Swift 2.3 & below version Or Objective-C version? Please help to me get it...
When I imported the project through cocoapods,'cannot synthesize weak property because the current development target does not support weak references' occurred 
please check my gif...for better idea 
My App gets hanged for 3-4 seconds after the indicator is dismissed Please let know how to fix it.
You have done a great job! I need this library in Swift version.
Situation: When user provide login, password and click "log in" then I show ` [FTProgressIndicator showProgressWithmessage:nil userInteractionEnable:NO];` and after successful, app change controller : `- (void)loginSuccessful {` ` [FTProgressIndicator dismiss];`...