Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shima11 committed Mar 16, 2019
1 parent 404fd1a commit b601c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RemainingCountIndicator/Demo/ViewController.swift
Expand Up @@ -12,8 +12,8 @@ class ViewController: UIViewController {

let remaingCountIndicator = RemainigCountIndicator(maximumNumber: 20, config: RemainigCountIndicator.Config.init(threshold1: 5, threshold2: -5, lineWidth: 3))

let incrementBbutton = UIButton()
let decrementButton = UIButton()
let incrementBbutton = UIButton(type: .system)
let decrementButton = UIButton(type: .system)

override func viewDidLoad() {
super.viewDidLoad()
Expand Down
Binary file modified demo.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b601c87

Please sign in to comment.