The Missing Apple Watch Loader Save

The missing apple watch loader ⌚️

Project README

The missing apple watch loader

🐧 How to use?

Put a centralized WKInterfaceImage in your storyboard, create the @IBOutlet copy the images to the correct bundle and implement the start and stop loader.

Example

    @IBOutlet var loader: WKInterfaceImage!
    
    func showLoader() {
        loader.setImageNamed("loader")
        loader.startAnimatingWithImages(in: NSRange(location: 1,
                                                    length: 8), duration: 0.8, repeatCount: -1)
    }
    
    func stopLoader() {
        self.loader.stopAnimating()
    }
    

The image name loader :

Open Source Agenda is not affiliated with "The Missing Apple Watch Loader" Project. README Source: ezefranca/the-missing-apple-watch-loader
Stars
23
Open Issues
0
Last Commit
6 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating