diff --git a/DragGestureRecognizer/Base.lproj/Main.storyboard b/DragGestureRecognizer/Base.lproj/Main.storyboard index 273375f..f12ae7c 100644 --- a/DragGestureRecognizer/Base.lproj/Main.storyboard +++ b/DragGestureRecognizer/Base.lproj/Main.storyboard @@ -1,14 +1,15 @@ - + - + + - + @@ -16,11 +17,22 @@ + + + + + + + + + + + diff --git a/DragGestureRecognizer/ViewController.swift b/DragGestureRecognizer/ViewController.swift index 96a0b3d..289f8a1 100644 --- a/DragGestureRecognizer/ViewController.swift +++ b/DragGestureRecognizer/ViewController.swift @@ -25,6 +25,8 @@ import UIKit class ViewController: UIViewController { + + @IBOutlet weak var draggableView: UIView! override func viewDidLoad() { super.viewDidLoad()