UIControlsWithTabbing:在 iOS 的 UIControls 之间自动切换

时间:2024-08-02 12:10:50
【文件属性】:

文件名称:UIControlsWithTabbing:在 iOS 的 UIControls 之间自动切换

文件大小:225KB

文件格式:ZIP

更新时间:2024-08-02 12:10:50

Objective-C

UIControlsWithTabbing 在 iOS 的 UIControls 之间自动切换 文本字段之间的制表符在 HTML 中是轻而易举的,但对于原生 iOS,没有标准支持这样做。 此实现使用 UIControl 上的“类别”来添加对控件之间制表符的支持,使用户可以轻松地在 iOS 上输入数据。 要在您的项目中实现这一点: 将 UIControl+NextControl.h 和 UIControl+NextControl.m 复制到您的项目中。 将“nextControl”属性分配给界面生成器中的控件。 将每个控件的委托分配给视图控制器。 选择一个键盘并将“返回键”设置为“下一步”。 (可选的) 在视图控制器中实现委托方法“- (BOOL)textFieldShouldReturn:(UITextField *)textField”。 在“viewWillDisplay”


【文件预览】:
UIControlsWithTabbing-master
----UIControlsWithTabbing.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(21KB)
--------xcuserdata()
----UIControlsWithTabbing()
--------main.m(365B)
--------UIControl+NextControl.m(774B)
--------UIControl+NextControl.h(344B)
--------APAppDelegate.h(305B)
--------UIControlsWithTabbing-Prefix.pch(344B)
--------Images.xcassets()
--------APViewController.m(753B)
--------UIControlsWithTabbing-Info.plist(1KB)
--------Base.lproj()
--------en.lproj()
--------APAppDelegate.m(2KB)
--------APViewController.h(243B)
----UIControlsWithTabbingTests()
--------UIControlsWithTabbingTests.m(702B)
--------UIControlsWithTabbingTests-Info.plist(692B)
--------en.lproj()
----README.md(2KB)
----docs()
--------demo-app.png(70KB)
--------assign-in-storyboard.png(98KB)
--------keyboard-and-return-key.png(53KB)

网友评论