T21KeyboardState is a helper class to manage keyboard events.
T21KeyboardState-iOS is available through Carthage, CocoaPods or Swift Package Manager.
To install T21KeyboardState-iOS with Carthage, add the following line to your Cartfile
.
github "worldline-spain/T21KeyboardState-iOS"
Then run carthage update --no-use-binaries
command or just carthage update
. For details of the installation and usage of Carthage, visit its project page.
To install T21KeyboardState-iOS with CocoaPods, add the following lines to your Podfile
.
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
pod 'T21KeyboardState'
Then run pod install
command. For details of the installation and usage of CocoaPods, visit its official website.
To integrate using Apple's Swift Package Manager, add the following as a dependency to your Package.swift
.
.package(url: "https://github.com/worldline-spain/T21KeyboardState-iOS.git", .upToNextMajor(from: "2.0.0"))
For details of the installation and usage of Swift Package Manager, visit its official website.
- Edwin Peña - Initial work
- Salvador Martin - Initial work
- Anan Sadiya - Carthage and Swift Package Manager integration
See also the list of contributors who participated in this project.
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details
- To Worldline Spain iOS development team.