Skip to content

Instantly share code, notes, and snippets.

@bfernandesbfs
Created September 20, 2016 12:45
Show Gist options
  • Save bfernandesbfs/baee35dd2bd33337e84838d23ea5800c to your computer and use it in GitHub Desktop.
Save bfernandesbfs/baee35dd2bd33337e84838d23ea5800c to your computer and use it in GitHub Desktop.
Keyboardable protocol move
public protocol Keyboardable {
var layoutConstraintsForKeyboard: [NSLayoutConstraint] { get }
var addValueForKeyboard: CGFloat { get }
func addKeyboardObservers()
func removeKeyboardObservers()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment