Skip to content

carabina/ATScrollingNumbers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATScrollingNumbers


Overview

ATScrollingNumbers is a subclass of UIView, written in Swift and can be used as drop in solution for scrolling number animation.

image

Requirements

  • iOS 8

Installation

Just import ATScrollingNumbers.swift into your project

Usage

import UIKit

class ViewController: UIViewController {

    @IBOutlet weak var sampleView: ATScrollingNumbers!
    
    override func viewDidLoad() {
        super.viewDidLoad()
        sampleView.value = 100
        sampleView.startAnimation()
    }
}

Demo

Check out the Example project.

Author

Anoop Tomar, anooptomar@gmail.com

License

Usage is provided under the MIT License

About

Scrolling number control with circular progress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%