https://github.com/ibrahimhass/spellcheckertextview
A UITextView subclass which detects and highlights words with incorrect spellings. The language is determined using the Device Language. Uses UISpellChecker and NSLinguistic Tagger. Written entirely in Swift 4.1.
https://github.com/ibrahimhass/spellcheckertextview
ios nsattributedstring nslinguistictagger swift uispellchecker uitextview
Last synced: 8 months ago
JSON representation
A UITextView subclass which detects and highlights words with incorrect spellings. The language is determined using the Device Language. Uses UISpellChecker and NSLinguistic Tagger. Written entirely in Swift 4.1.
- Host: GitHub
- URL: https://github.com/ibrahimhass/spellcheckertextview
- Owner: Ibrahimhass
- License: mit
- Created: 2018-07-19T19:48:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T20:03:01.000Z (over 7 years ago)
- Last Synced: 2025-05-20T02:41:59.863Z (8 months ago)
- Topics: ios, nsattributedstring, nslinguistictagger, swift, uispellchecker, uitextview
- Language: Swift
- Size: 49.8 KB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpellCheckerTextView
[](https://travis-ci.org/Ibrahimhass/SpellCheckerTextView)
[](https://cocoapods.org/pods/SpellCheckerTextView)
[](https://cocoapods.org/pods/SpellCheckerTextView)
[](https://cocoapods.org/pods/SpellCheckerTextView)
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
SpellCheckerTextView is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'SpellCheckerTextView'
```
## Author
Ibrahimhass, mdibrahimhassan@gmail.com
## License
SpellCheckerTextView is available under the MIT license. See the LICENSE file for more info.