We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5574490 commit 2969ef4Copy full SHA for 2969ef4
MagicTimer/Classes/MagicTimerView.swift
@@ -15,7 +15,7 @@ open class MagicTimerView: UIView {
15
/// Timer broker that bridge between timer logic and view.
16
private var broker: MagicTimer = .init()
17
/// Formatter that format time interval to string.
18
- private var formatter: MGFormatter = MGStandardTimerFormatter()
+ public var formatter: MGTimeFormatter = MGStandardTimerFormatter()
19
/// Elappsed time of timer.
20
private(set) var elapsedTime: TimeInterval?
21
0 commit comments