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...
SVGView

Overview The goal of this project is to bring the full power of SVG to Apple platforms. Our framework can ...

WrappingHStack

WrappingHStack is a UI Element that works in a very similar way to HStack, but automatically positions overflowing elements on ...

SwiftSpeech

Recognize your user's voice elegantly without having to figure out authorization and audio engines. SwiftSpeech Examples Features Installation Getting Started ...

SwiftUIValueSlider

Example To run the example project, clone the repo, and run pod install from the Example directory first. Requirements iOS 14.0 Installation ...

Sliders

Sliders is a compilation of all my stylable drag based SwiftUI components. It provides a variety of unique controls as well ...