Giter VIP home page Giter VIP logo

icaksama / iprogresshud Goto Github PK

View Code? Open in Web Editor NEW
120.0 120.0 23.0 495 KB

An elegant, lightweight and responsive progress HUD for iOS app with very simple usage. Available 32 indicators by NVActivityIndicatorView.

Home Page: https://github.com/icaksama/iProgressHUD

License: MIT License

Ruby 0.28% Swift 95.87% Objective-C 0.54% Shell 3.31%
dialog-popup dialog-window elegant-themes loading loading-animations loading-bar loading-dialog loading-indicator loading-overlay loading-page loading-screen loading-spinner progress progress-circle progress-dialog progress-hud progress-view

iprogresshud's People

Contributors

icaksama avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

iprogresshud's Issues

causing memory leak

when using this library the memory keeps going up, and preventing the viewcontrollers from presenting

Update to swift 4.2

Hi, this is an awesome library please maintain it as well as add full screen along with blur effects <3

do something like this too...

extension NVActivityIndicatorType {
    private static let _count: NVActivityIndicatorType.RawValue = {
        // find the maximum enum value
        var maxValue: Int = 0
        while let _ = NVActivityIndicatorType(rawValue: maxValue) {
            maxValue += 1
        }
        return maxValue
    }()

    static func random() -> NVActivityIndicatorType {
        // pick and return a new value
        let rand = arc4random_uniform(UInt32(_count))
        return NVActivityIndicatorType(rawValue: Int(rand))!
    }
}

// usage
iprogress.indicatorStyle = .random()

Way to make success / error ?

Hi,

Is there a way to do a success / error event when loading has finished ? Maybe I could help you to do it ?

Your library looks good !

Thanks,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.