SwiftyKeyboardObserver 2.0.0

SwiftyKeyboardObserver 2.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Adrian Bobrowski.



  • By
  • Adrian Bobrowski

SwiftyKeyboardObserver

codebeat badge Codacy Badge

A codeless library that helps adjusting your views when a keyboard appears, moves and disappears

🌟 Features

  • [x] Zero lines of your code.
  • [x] Supporting Storyboard configuration.
  • [x] Supporting UIScrollView and active field.
  • [x] Supporting orientation changes.
  • [x] Supporting modal and pop-over.
  • [x] Changing the length of a bottom Auto Layout constraint.

Overview

UIScrollView HideKeyboardOnTap

💻 Demo

pod try SwiftyKeyboardObserver

⚠️ Requirements

  • iOS 8.0+
  • Swift 3.0+

👥 Communication

  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

📗 Installation

Swift Package Manager

.Package(url: "https://github.com/Decybel07/SwiftyKeyboardObserver.git", majorVersion: 1)

📘 Usage

Set custom class

Set custom class

Connect keyboard constraint

Connect keyboard constraint

Set hide keyboard on tap

Set hide keyboard on tap

🤓 Author

Adrian Bobrowski (Decybel07), [email protected]

🔑 License

SwiftyKeyboardObserver is available under the MIT license. See the LICENSE file for more info.