Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kosoku/ksotextvalidation
KSOTextValidation is an iOS/tvOS framework for as the user types validation of textual input in UITextField and UITextView.
https://github.com/kosoku/ksotextvalidation
ios text tvos validation
Last synced: about 2 months ago
JSON representation
KSOTextValidation is an iOS/tvOS framework for as the user types validation of textual input in UITextField and UITextView.
- Host: GitHub
- URL: https://github.com/kosoku/ksotextvalidation
- Owner: Kosoku
- License: apache-2.0
- Created: 2017-04-07T17:09:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T18:20:29.000Z (over 2 years ago)
- Last Synced: 2024-11-30T03:45:28.416Z (about 2 months ago)
- Topics: ios, text, tvos, validation
- Language: Objective-C
- Size: 178 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## KSOTextValidation
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](http://img.shields.io/cocoapods/v/KSOTextValidation.svg)](http://cocoapods.org/?q=KSOTextValidation)
[![Platform](http://img.shields.io/cocoapods/p/KSOTextValidation.svg)]()
[![License](http://img.shields.io/cocoapods/l/KSOTextValidation.svg)](https://github.com/Kosoku/KSOTextValidation/blob/master/license.txt)KSOTextValidation is an iOS/tvOS framework for as the user types validation of textual input in `UITextField`.
### Installation
You can install *KSOTextValidation* using [cocoapods](https://cocoapods.org/), [Carthage](https://github.com/Carthage/Carthage), or as a framework. When installing as a framework, ensure you also link to [Stanley](https://github.com/Kosoku/Stanley) and [Ditko](https://github.com/Kosoku/Ditko) as *KSOTextValidation* relies on them.
### Dependencies
Third party:
- [Stanley](https://github.com/Kosoku/Stanley)
- [Ditko](https://github.com/Kosoku/Ditko)