From ba8b73c297b7aa9d3589ce5efa41fcabc0d52f78 Mon Sep 17 00:00:00 2001 From: Ben-G Date: Tue, 15 Dec 2015 00:56:24 -0800 Subject: [PATCH] Fix control frame calculation --- SwiftFlowRecorder/RecordingStore.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SwiftFlowRecorder/RecordingStore.swift b/SwiftFlowRecorder/RecordingStore.swift index 88c04c2..8d765c8 100644 --- a/SwiftFlowRecorder/RecordingStore.swift +++ b/SwiftFlowRecorder/RecordingStore.swift @@ -20,8 +20,8 @@ public class RecordingMainStore: MainStore { let recordingPath: String? /// Position of the rewind/replay control from the bottom of the screen - /// defaults to -100 - public var rewindControlYOffset: CGFloat = -100 + /// defaults to 100 + public var rewindControlYOffset: CGFloat = 100 var loadedActions: [Action] = [] { didSet {