EZLoadingActivity icon indicating copy to clipboard operation
EZLoadingActivity copied to clipboard

:hatching_chick: Lightweight Swift loading activity for iOS7+

Results 10 EZLoadingActivity issues
Sort by recently updated
recently updated
newest added

Hi, I'm still using this library on my app, and I was hoping if you have any plans on updating it for Swift 5.

Currently, the `LoadingActivity` view seems to be added as a subview of the `topViewController`. This means that I cannot show the loading activity, and keep it showing while I perform...

Suggest an additional param for `EZLoadingActivity.showWithDelay()`. completion callback/handler makes this method far more useful: ```swift @discardableResult public static func showWithDelay(_ text: String, disableUI: Bool, seconds: Double, completion: (() -> Void)?...

I want to add a big text in loader > We are downloading your records now. Please wait as this can take some time... But it appears so small when...

EZLoadingActivity.show("Updating Expense", disableUI: true) i am using EZLoadingActivity to show indicator with text. But on some screen text is not visible with indicator. How can i resolve this issue ?

bug

There is a way to verify if already have an active activity? `EZLoadingActivity: You still have an active activity, please stop that before creating a new one`

what all you think about integrating travis-ci in this project ? i could able to do it , let me tell your thoughts

The loading indicator is hidden when presented on a `UISplitViewController`: ![img_0626](https://cloud.githubusercontent.com/assets/9199556/17927855/0dac874c-69f8-11e6-9456-962e722cac18.jpg)