FTIndicator icon indicating copy to clipboard operation
FTIndicator copied to clipboard

A light wight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes support.

Results 13 FTIndicator issues
Sort by recently updated
recently updated
newest added

能修改成功提示显示的时间吗?

点击按钮显示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 ![snip20170710_1](https://user-images.githubusercontent.com/12393581/28005332-8f60a5b8-657c-11e7-9025-54b9d314a8c7.png)

please check my gif...for better idea ![ezgif-3-8106de0414](https://cloud.githubusercontent.com/assets/11289579/26751361/efe0cc50-4854-11e7-8a28-ad6dd6df57c4.gif)

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];`...