This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Move views when keyboard appears/disappears | |
// Snipped from ViewController.swift | |
// This constraint should be tied to the top superview or safe area in Storybaord | |
@IBOutlet weak var closeButtonTopConstraint: NSLayoutConstraint! | |
private var topConstraintOriginalConstant: CGFloat? | |
private var topConstraintScrolledConstant: CGFloat = 0 | |