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 9ab2abc commit c076b80Copy full SHA for c076b80
Examples/Demo/ViewController.swift
@@ -32,7 +32,7 @@ class ViewController: UIViewController {
32
@IBOutlet weak var isConnectedLabel: UILabel!
33
@IBOutlet weak var resultLabel: UILabel!
34
35
- var duration: TimeInterval = TimeInterval()
+ var duration: TimeInterval = TimeInterval(60)
36
37
override func viewDidLoad() {
38
super.viewDidLoad()
0 commit comments