An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# SpellCheckerTextView

[![CI Status](https://img.shields.io/travis/Ibrahimhass/SpellCheckerTextView.svg?style=flat)](https://travis-ci.org/Ibrahimhass/SpellCheckerTextView)
[![Version](https://img.shields.io/cocoapods/v/SpellCheckerTextView.svg?style=flat)](https://cocoapods.org/pods/SpellCheckerTextView)
[![License](https://img.shields.io/cocoapods/l/SpellCheckerTextView.svg?style=flat)](https://cocoapods.org/pods/SpellCheckerTextView)
[![Platform](https://img.shields.io/cocoapods/p/SpellCheckerTextView.svg?style=flat)](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.