Skip to content

Commit ab6f91c

Browse files
author
Bryan Clark
committed
Fixed a bug in the demo app's animation
1 parent 1de535c commit ab6f91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOS Example/iOS Example/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class ViewController: UIViewController {
141141
tweakStore: ExampleTweaks.defaultStore,
142142
options: .BeginFromCurrentState,
143143
animations: {
144-
self.bounceButton.frame = CGRectOffset(originalFrame, 0, 200)
144+
self.bounceButton.frame = originalFrame
145145
},
146146
completion: nil
147147
)

0 commit comments

Comments
 (0)