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 #awesome-list #cocoapods #codeless #framework #ib #ios #keyboard #library #manager #storyboard #swift #swift-3 #swift-framework #swift3 #touch
YOU MIGHT ALSO LIKE...
CameraBackground

Features Both front and back camera supported. Flash modes: auto, on, off. Countdown timer. Tap to focus. Pinch to zoom. Usage  

DKCamera

Description A light weight & simple & easy camera for iOS by Swift. It uses CoreMotion framework to detect device orientation, so ...

HorizonSDK-iOS

Horizon SDK is a state of the art real-time video recording / photo shooting iOS library. Some of the features ...

LLSimpleCamera

LLSimpleCamera: A simple customizable camera - video recorder control LLSimpleCamera is a library for creating a customized camera - video ...

RSBarcodes_Swift

RSBarcodes allows you to read 1D and 2D barcodes using the metadata scanning capabilities introduced with iOS 7 and generate ...