We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d3f91 commit ba8b73cCopy full SHA for ba8b73c
SwiftFlowRecorder/RecordingStore.swift
@@ -20,8 +20,8 @@ public class RecordingMainStore: MainStore {
20
let recordingPath: String?
21
22
/// Position of the rewind/replay control from the bottom of the screen
23
- /// defaults to -100
24
- public var rewindControlYOffset: CGFloat = -100
+ /// defaults to 100
+ public var rewindControlYOffset: CGFloat = 100
25
26
var loadedActions: [Action] = [] {
27
didSet {
0 commit comments