KeyboardHideManager
  • March 11, 2024

KeyboardHideManager – codeless manager to hide keyboard by tapping on views for iOS written in Swift.

Structure


Features


  •  3 simple actions to setup
  •  Multiple views setup
  •  Codeless usage
  •  Xib support

Requirements


  • Swift 3.0+
  • iOS 8.0+

Installation


CocoaPods

pod ‘KeyboardHideManager’, ‘~> 1.0’

Full CocoaPods Guide (click to expand)

Carthage (not supported)

KeyboardHideManager cannot be used with Carthage in IB due .framework issue. Use CocoaPods or Manual install.

Manually

If you prefer not to use either of the aforementioned dependency managers, you can integrate KeyboardHideManager into your project manually.

Drag KeyboardHideManager folder in your project.

Usage


  1. Drag Object from Object library

  1. Setup KeyboardHideManager in Class field

  1. Connect views with targets

User Iteraction Enabled


Target must be UIView subclass and user iteraction enabled is on. You can set it in IB in View section: (example for UILabel)

or in code:

someView.isUserInteractionEnabled = true

Xib support


To use with xib you must add strong property to controller:

@IBOutlet var keyboardHideManager: KeyboardHideManager!

Otherwise it will be deinited. It is logic of Objects in xibs.

To do


  •  Add example
  •  Add tests
  •  Add comments
  •  Add CI

GitHub


View Github

#awesome #cocoapods #framework #ios #keyboard #library #storyboard #swift #swift-3 #swift3
YOU MIGHT ALSO LIKE...
🧭 NavigationKit

NavigationKit is a lightweight library which makes SwiftUI navigation super easy to use. 💻 Installation 📦 Swift Package Manager Using Swift Package Manager, add ...

swiftui-navigation-stack

An alternative SwiftUI NavigationView implementing classic stack-based navigation giving also some more control on animations and programmatic navigation. NavigationStack Installation ...

Stinsen

Simple, powerful and elegant implementation of the Coordinator pattern in SwiftUI. Stinsen is written using 100% SwiftUI which makes it ...

SwiftUI Router

With SwiftUI Router you can power your SwiftUI app with path-based routing. By utilizing a path-based system, navigation in your app becomes ...

FlowStacks

This package takes SwiftUI's familiar and powerful NavigationStack API and gives it superpowers, allowing you to use the same API not just ...