文件名称:DaiDodgeKeyboard:让你的文本框 textview 自动躲避你的键盘
文件大小:26KB
文件格式:ZIP
更新时间:2024-07-05 11:45:03
Objective-C
DaiDodgeKeyboard Let your textfield / textview automatic dodge your keyboard. DaidoujiChen 总览 嘛...也是一个很懒惰的工具, 有时候我实在很懒惰去算说view 到底要上升多少才可以刚刚好闪过键盘, 然后点其他的输入框我也想让他自动的重新帮我算过, 然后自己调整好, 所以就来写一个自己用的工具. 简易使用 首先必须先import DaiDodgeKeyboard.h 到你想用他的地方 #import "DaiDodgeKeyboard.h" 之后呢, 一样不能违背所有工具都该很懒惰的原则, 所以只需要在一个viewcontroller 起始的时候帮他加入 [DaiDodgeKeyboard addRegisterTheViewNeedDodgeKeyboard:self.view]; 这样一
【文件预览】:
DaiDodgeKeyboard-master
----DaiDodgeKeyboard.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(24KB)
--------xcuserdata()
----.gitignore(1KB)
----README.md(2KB)
----DaiDodgeKeyboardTests()
--------DaiDodgeKeyboardTests.m(675B)
--------DaiDodgeKeyboardTests-Info.plist(688B)
--------en.lproj()
----DaiDodgeKeyboard()
--------main.m(349B)
--------MainViewController.h(276B)
--------AppDelegate.h(321B)
--------AppDelegate.m(1KB)
--------MainViewController.xib(7KB)
--------MainViewController.m(3KB)
--------Images.xcassets()
--------DaiDodgeKeyboard-Info.plist(1KB)
--------en.lproj()
--------DaiDodgeKeyboard()
--------DaiDodgeKeyboard-Prefix.pch(344B)