Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
-set properties for layes
  • Loading branch information
Y4gamiLight authored and Y4gamiLight committed Nov 2, 2019
commit 299d9537cf858591788d1fc16952f335176df87d
4 changes: 3 additions & 1 deletion DottedProgressBar/Classes/DottedProgressBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ open class DottedProgressBar: UIView {
fileprivate lazy var walkingDot = UIView()

required public init?(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")

progressAppearance = DottedProgressAppearance()
super.init(frame: frame)
}

override public init(frame: CGRect) {
Expand Down