KeyboardHideManager
Codeless manager to hide keyboard by tapping on views for iOS written in Swift
Install / Use
/learn @bonyadmitr/KeyboardHideManagerREADME
KeyboardHideManager
![]()
KeyboardHideManager - codeless manager to hide keyboard by tapping on views for iOS written in Swift.

Structure
- Features
- Requirements
- Installation
- Usage
- User Iteraction Enabled
- Code usage
- Xib support
- To do
- License
Features
- [x] 3 simple actions to setup
- [x] Multiple views setup
- [x] Codeless usage
- [x] Xib support
Requirements
- Swift 5.0+
- iOS 12.0+
Installation
CocoaPods
pod 'KeyboardHideManager', '~> 1.0'
<details>
<summary>Full CocoaPods Guide (click to expand)</summary>
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
To integrate KeyboardHideManager into your Xcode project using CocoaPods, create file Podfile with content:
use_frameworks!
target '<Your Target Name>' do
pod 'KeyboardHideManager', '~> 1.0'
end
Then, run the following command:
$ pod install
Close 'Your Target Name'.xcodeproj and open 'Your Target Name'.xcworkspace.
</details>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
-
- Drag Object from Object library

-
- Setup
KeyboardHideManagerin Class field
- Setup

-
- Connect views with
targets
- Connect views with

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
- [x] Add example
- [x] Add tests
- [x] Add comments
- [ ] Add CI
License
KeyboardHideManager is released under the MIT license. See LICENSE for details.
Related Skills
node-connect
352.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
352.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
352.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
