We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
print
os_log
1 parent b270ce6 commit 68191a3Copy full SHA for 68191a3
RotatingWheelController/ViewController.swift
@@ -27,7 +27,7 @@ extension ViewController : SMRotaryProtocol {
27
}
28
29
func wheelDidChangeValue(to: Int) {
30
- os_log(OSLogType.default, "%d", to);
+ print("\(to)")
31
32
33
0 commit comments