EZLoadingActivity
EZLoadingActivity copied to clipboard
:hatching_chick: Lightweight Swift loading activity for iOS7+
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 ?
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`: 