Volver al ranking

maxkonovalov/MKRingProgressView

Swift

⭕️ Ring progress view similar to Activity app on Apple Watch

ringprogressprogress-ringprogress-circleprogress-barprogress-viewcirclegradientconical-gradientactivityappleios
Crecimiento de estrellas
Estrellas
1.6k
Forks
139
Crecimiento semanal
Issues
7
5001k1.5k
oct 2015may 2019dic 2022jul 2026
README

MKRingProgressView

Language Platform License Version Carthage compatible SPM compatible

Ring progress view similar to Activity app on Apple Watch

MKRingProgressView

Features

  • Progress animation
  • Customizable start/end and backdrop ring colors
  • Customizable ring width
  • Customizable progress line end style
  • Customizable shadow under progress line end
  • Progress values above 100% (or 360°) can also be displayed

Installation

CocoaPods

To install MKRingProgressView via CocoaPods, add the following line to your Podfile:

pod 'MKRingProgressView'

Carthage

To install MKRingProgressView via Carthage, add the following line to your Cartfile:

github "maxkonovalov/MKRingProgressView"

Swift Package Manager

Note: Instructions below are for using SwiftPM without the Xcode UI. It's the easiest to go to your Project Settings -> Swift Packages and add MKRingProgressView from there.

To integrate using Apple's Swift package manager, without Xcode integration, add the following as a dependency to your Package.swift:

.package(url: "https://github.com/maxkonovalov/MKRingProgressView.git", .upToNextMajor(from: "2.3.0"))

Usage

See the example Xcode project. It contains 2 targets:

  • ProgressRingExample - a simple example containing a single progress ring with adjustable parameters.
  • ActivityRingsExample - an advanced usage example replicating Activity app by Apple. It also contains additional classes for convenient grouping of 3 ring progress views together.

Interface Builder

MKRingProgressView can be set up in Interface Builder. To use it, set the custom view class to MKRingProgressView. Most of the control's parameters can be customized in Interface Builder.

Code

let ringProgressView = RingProgressView(frame: CGRect(x: 0, y: 100, width: 100, height: 100))
ringProgressView.startColor = .red
ringProgressView.endColor = .magenta
ringProgressView.ringWidth = 25
ringProgressView.progress = 0.0
view.addSubview(ringProgressView)

The progress value can be animated the same way you would normally animate any property using UIView's block-based animations:

UIView.animate(withDuration: 0.5) {
    ringProgressView.progress = 1.0
}

Performance

To achieve better performance the following options are possible:

  • Set gradientImageScale to lower values like 0.5 (defaults to 1.0)
  • Set startColor and endColor to the same value
  • Set shadowOpacity to 0.0
  • Set allowsAntialiasing to false

Requirements

  • iOS 9.0
  • tvOS 9.0

License

MKRingProgressView is available under the MIT license. See the LICENSE file for more info.

Repositorios relacionados
weavejester/compojure

A concise routing library for Ring/Clojure

ClojureEclipse Public License 1.0clojurering
4.1k259
ring-clojure/ring

Clojure HTTP server abstraction

ClojureMIT Licenseringclojure
3.9k526
MaJerle/stm32-usart-uart-dma-rx-tx

STM32 examples for USART using DMA for efficient RX and TX transmission

CMIT Licensestm32usart
1.8k393
luispadron/UICircularProgressRing

A circular progress bar for iOS written in Swift

SwiftMIT Licensexcodeprogress
1.7k284
secluso/core

A privacy-preserving Raspberry Pi home security camera that uses advanced end-to-end encryption.

Rustcrates.ioGNU General Public License v3.0end-to-end-encryptionhome-security
secluso.com
1.6k47
metosin/reitit

A fast data-driven routing library for Clojure/Script

ClojureEclipse Public License 1.0clojureclojurescript
cljdoc.org/d/metosin/reitit/
1.6k263
MaJerle/lwrb

Lightweight generic ring buffer manager library

CMIT Licenseringring-buffer
1.5k345
dgreif/ring

Unofficial packages for Ring Doorbells, Cameras, Alarm System, and Smart Lighting

TypeScriptnpmMIT Licensehomebridge-pluginring
1.5k203
ring-lang/ring

A simple, lightweight, flexible, embeddable, portable and multi-paradigm dynamic programming language for developing applications, tools, and domain-specific languages

CMIT Licenseprogramming-languagecompiler
ring-lang.github.io
1.5k434
HotBitmapGG/CreditSesameRingView

Imitation of Ali credit sesame new old ring view.http://www.jianshu.com/p/8486a5baa708

JavaMavenApache License 2.0ringali-credit-sesame
1.2k189
metosin/compojure-api

Sweet web apis with Compojure & Swagger

ClojureEclipse Public License 1.0clojurerest
metosin.github.io/compojure-api/doc/
1.1k146
Arvindcs/SwiftUI-Animation

SwiftUI Animation

SwiftMIT Licenseswiftuiswiftui-animation
1k98