文件名称:ABFormValidator:ABFormValidator 是用于 ios 的表单验证器库
文件大小:35KB
文件格式:ZIP
更新时间:2024-06-23 09:53:56
Objective-C
ABForm验证器 ABFormValidator 是 ios 的验证器库。 它很简单,可以验证电子邮件、URL、用户名、密码、数量、邮政编码、电话号码。 //Types for validation fields ABValidationTypeEmail ABValidationTypeURL ABValidationTypeUserName ABValidationTypePassword ABValidationTypeQuantity ABValidationTypeZipCode ABValidationTypePhoneNumber ABValidationTypeSelection //set the property txtEmailField.validationType = ABValidationTypeEmail; txtEmailField.input
【文件预览】:
ABFormValidator-master
----ABFormValidator()
--------ViewController.m(9KB)
--------Info.plist(1KB)
--------main.m(329B)
--------Library()
--------Base.lproj()
--------Images.xcassets()
--------ViewController.h(316B)
--------AppDelegate.h(281B)
--------AppDelegate.m(2KB)
----ABFormValidatorTests()
--------Info.plist(742B)
--------ABFormValidatorTests.m(887B)
----LICENSE(1KB)
----ABFormValidator.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(18KB)
----README.md(1KB)