文件名称:TDInputView:TDInputView是一个开源自定义输入视图,当文本字段成为第一响应者时显示
文件大小:25KB
文件格式:ZIP
更新时间:2024-05-19 03:47:24
Objective-C
适用于iOS的TDInputView TDInputView是一个开源自定义输入视图,当文本字段成为第一响应者时显示。 要求 TDInputView用Objective-C编写,并且需要Xcode 7.0才能运行。 您可以找到Swift版本。 将TCDInputView添加到您的项目 可可豆 是添加TDInputView到项目的推荐方式。 将TDInputView的Pod条目添加到Podfile pod 'TDInputView', '~> 0.1.0' 。 通过运行pod install安装pod。 ... 利润 源文件 将位于TDInputView目录中的文件添加到您的项目中。 用法 要在文本字段成为第一响应者时显示自定义输入视图,请确保该文本字段是TDTextField的子类。 有关更多信息,请参见演示。 变更日志 可以在查看更改日志。 执照 TDInputView是根据。
【文件预览】:
TDInputView-master
----TDInputView()
--------Images()
--------TDKeyboardViewController.h(465B)
--------TDTextField.h(191B)
--------TDKeyboardViewController.m(811B)
--------TDTextField.m(2KB)
--------TDKeyboardViewController.xib(25KB)
----TDInputView.xcodeproj()
--------project.pbxproj(15KB)
--------tomdiggle.mode1v3(40KB)
----README.markdown(1KB)
----LICENSE(1KB)
----Example()
--------TDInputViewAppDelegate.h(291B)
--------Info.plist(1003B)
--------main.m(358B)
--------Prefix.pch(191B)
--------TDInputViewAppDelegate.m(402B)
--------Main.storyboard(5KB)
--------RootViewController.h(293B)
--------Default-568h@2x.png(18KB)
--------RootViewController.m(477B)
----TDInputView.podspec(720B)
----Changelog.markdown(61B)
----.gitignore(301B)