排序:发表时间 | 浏览数 共有67键盘(Keyboard)开源软件,第1

  • RxKeyboardRxKeyboard

    RxKeyboard 是一个韩国人开发的响应式的 iOS 键盘组件,效果如下图所示:   示例代码: RxKeyboard 提供两种驱动方式: /// An observable keyboard frame. let frame: Driver<CGRect> /// An observable visible height of keyboard. Emits keyboard height if the...

  • NumberKeyBoardNumberKeyBoard

    自定义键盘。及键盘切换。。。 使用拓展性强。注释清晰。。。 欢迎大家相互讨论。。。

  • CustomKeyboardDemoCustomKeyboardDemo

    iOS自定义自己想要的输入键盘,可以改为自己想要的键盘,并可以和系统键盘进行切换!

  • KeyboardObserverKeyboardObserver

    KeyboardObserver 是为了处理不太复杂的键盘事件。 特性: 处理不太复杂的键盘事件。 不是使用 NSNotification,而是使用 event。 区别: 不用 KeyboardObserver.swift let keyboardNotifications = [     UIKeyboardWillShowNotification,     UIKeyboardW...

  • CLInputAccessoryViewCLInputAccessoryView

    CLInputAccessoryView 是点击输入框后,为弹出键盘添加上方的工具条。 使用方法: #import "CLInputAccessoryView.h"   // 初始化键盘上方工具栏 _inputAccessoryView = [[CLInputAccessoryView alloc] init]; [_inputAccessoryView addControlledTextView:_text...

  • CLKeyboardOffsetViewCLKeyboardOffsetView

    CLKeyboardOffsetView 是键盘补偿视图工具,为了避免弹出的键盘遮挡输入框,向上移动视图 。 使用方法: #import "UIView+CLKeyboardOffsetView.h" - (void)viewDidAppear:(BOOL)animated {   [super viewDidAppear:animated];   // 打开键盘补偿视图   [self.v...

  • MLInputDodgerMLInputDodger

    iOS 耦合性很低的通用快速实现键盘躲避的库。

  • NgKeyboardTrackerNgKeyboardTracker

    NgKeyboardTracker 是追踪(tracking) iOS 键盘的 Objective-c 库。

  • JMImageScanningJMImageScanning

    JMImageScanning 是一个基础的 OCR 识别,可以用来破解安全键盘。 这是一个主镜像(这是一个用来分析的安全键盘)。 我想找到子镜像(这是键盘的所有分块)。 I am running pixel scanning on the targeted keyboard for each pieces. 对特定键盘上每分块进行像素扫描 结果...

  • KeyboardyKeyboardy

    Keyboardy 是 UIViewController 扩展,用于便捷键盘管理。

  • UnderKeyboardUnderKeyboard

    UnderKeyboard 是一个帮助函数,可以把移动键盘下的滚动视图内容。

  • LJWKeyboardHandlerLJWKeyboardHandler

    监听键盘的小助手,在ViewController里注册下就能用了哟~ 非常环保的小助手,跟随试图控制器的销毁而销毁~ 可以在不同的ViewController里设置不同的辅助移动高度~ insert code in ViewController Just like this [self registerLJWKeyboardHandler];...

top Created with Sketch. 顶部