文件名称:FormValidator:表单验证器 Swift
文件大小:33KB
文件格式:ZIP
更新时间:2024-06-18 04:02:19
Swift
表单验证器
Swift 中的表单验证器。
入门
FormValidator 是围绕这个简单的协议构建的:
protocol Validator {
func validate() -> Result
【文件预览】:
FormValidator-master
----FormValidator.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(16KB)
--------xcuserdata()
----FormValidator()
--------ViewController.swift(544B)
--------SignUpViewController.swift(1KB)
--------Validator.swift(4KB)
--------Base.lproj()
--------Result.swift(226B)
--------AppDelegate.swift(454B)
--------Images.xcassets()
--------Info.plist(1KB)
--------LogInViewController.swift(1KB)
----FormValidatorTests()
--------FormValidatorTests.swift(923B)
--------Info.plist(752B)
----README.md(609B)