All Projects β†’ timonus β†’ WatchActivityIndicator

timonus / WatchActivityIndicator

Licence: other
An Apple Watch activity indicator

Projects that are alternatives of or similar to WatchActivityIndicator

SmogWatch
watchOS app for checking air pollution levels, created for my blog post series
Stars: ✭ 34 (+47.83%)
Mutual labels:  watchos, apple-watch, watchkit
Open Source Ios Apps
πŸ“± Collaborative List of Open-Source iOS Apps
Stars: ✭ 28,826 (+125230.43%)
Mutual labels:  watchos, apple-watch
WatchKitTimePicker
⏱ A Time Picker data source for WatchKit that mirrors the behavior of UIDatePicker.
Stars: ✭ 37 (+60.87%)
Mutual labels:  watchos, watchkit
watchface-pride
πŸ³οΈβ€πŸŒˆβŒšοΈ Pride watch faces for watchOS 7+
Stars: ✭ 31 (+34.78%)
Mutual labels:  watchos, apple-watch
Ios Samples
Xamarin.iOS sample apps
Stars: ✭ 1,501 (+6426.09%)
Mutual labels:  watchos, watchkit
FlickTypeKit
A powerful keyboard for your Apple Watch app
Stars: ✭ 96 (+317.39%)
Mutual labels:  watchos, apple-watch
BDLocalizedDevicesModels
Apple devices model names localized.
Stars: ✭ 23 (+0%)
Mutual labels:  apple-watch
Jsonify
♨️A delightful JSON parsing framework.
Stars: ✭ 42 (+82.61%)
Mutual labels:  watchos
Apple-Platform-Security-Guides
Every Apple Platform Security Guide
Stars: ✭ 106 (+360.87%)
Mutual labels:  watchos
WatchCon
WatchCon is a tool which enables creating easy connectivity between iOS and WatchOS.
Stars: ✭ 32 (+39.13%)
Mutual labels:  watchos
Spine
Unofficial Spine runtime Swift library, allows you to play animations created in the Spine app (http://esotericsoftware.com).
Stars: ✭ 125 (+443.48%)
Mutual labels:  watchos
BlockiesSwift
Unique blocky identicons generator for Swift
Stars: ✭ 53 (+130.43%)
Mutual labels:  watchos
SwiftyContacts
A Swift library for Contacts framework.
Stars: ✭ 205 (+791.3%)
Mutual labels:  watchos
Columbus
A feature-rich country picker for iOS, tvOS and watchOS.
Stars: ✭ 23 (+0%)
Mutual labels:  watchos
CombineCoreBluetooth
A wrapper API for CoreBluetooth using Combine Publishers
Stars: ✭ 50 (+117.39%)
Mutual labels:  watchos
Mechanica
A cross-platform library of Swift utils to ease your iOS | macOS | watchOS | tvOS and Linux development.
Stars: ✭ 27 (+17.39%)
Mutual labels:  watchos
PotentCodables
πŸ§ͺ PotentCodables - A potent set of implementations and extensions to the Swift Codable system
Stars: ✭ 32 (+39.13%)
Mutual labels:  watchos
TinyRage
Flappy Bird for WatchOS 6+ written in swift 5 using spriteKit
Stars: ✭ 23 (+0%)
Mutual labels:  watchos
Hostess.swift
A Swift implementation of NSHost that works on iOS, OS X and tvOS. Hostess.swift is safe to use in a framework because it does not require a bridging header. Hostess is Swift 4.0 (or newer) only and replaces the Swift 2.x only Host.swift.
Stars: ✭ 27 (+17.39%)
Mutual labels:  watchos
swift-standard-clients
Client declarations and live implementations for standard iOS managers
Stars: ✭ 28 (+21.74%)
Mutual labels:  watchos

Checkie Watch Activity Indicator

This is the image sequence I use for the activity indicator shown in Checkie for the Apple Watch when checking in.

Since Apple doesn’t provide a stock activity indicator for the Apple Watch, I wrote this to mimic some common modern activity indicators (like this). Each image in the sequence is 10x10@2x and displayed for 25 milliseconds (40fps).

Sample Use:

WKInterfaceImage *activityIndicatorImage = ...;
[activityIndicatorImage setImageName:@"ai"];
[activityIndicatorImage startAnimatingWithImagesInRange:NSMakeRange(0, 40) duration:1.0 repeatCount:0];

I’m not open sourcing the code because it’s inflexible and ugly, it was a means to an end πŸ˜„.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].