Questions tagged [uilexicon]

Lexicon makes it fun to quickly and easily practice and quiz yourself on a foreign language wherever you are.

Lexicon makes it fun to quickly and easily practice and quiz yourself on a foreign language wherever you are.

First enter the words you want to study or add them from the Dictionary. Then practice your words as flash cards or a quiz to quickly review them. Fluid animations and an intuitive interface make it a joy to learn a language on the go with Lexicon!

7 questions
5
votes
2 answers

Implement Autocorrect in iOS 8 Keyboard Extension

I'm creating a custom iOS 8 keyboard as a pet project. I'm trying to replicate the system keyboard as accurately as possible, but building it from the ground up. I'm largely done with this. The final hurdle I'm encountering is with adding…
Kiran Panesar
  • 3,094
  • 2
  • 22
  • 28
4
votes
0 answers

iOS8 Custom Keyboard Extension - UILexicon

I am working on an iOS 8 custom keyboard extension. In this, I need to use auto suggestion words from Apple like the native keyboard. How can I achieve this by UILexicon? I am new to UILexicon.
Thangavel
  • 216
  • 2
  • 10
4
votes
1 answer

UILexicon in Objective-C

How do you use UILexicon in Objective-C? I find the documentation Apple provides is extremely unhelpful. What does it do? Does it return a dictionary or proper spellings of words? Or do I provide a word like "hellllo" and it matches it with the…
Albert Renshaw
  • 17,282
  • 18
  • 107
  • 195
2
votes
1 answer

Autocorrection and Suggestion for custom keyboard

I want to add Autocorrection and Suggestion to my custom keyboard. There are already several similar questions on Stack, but there is only said about UILexicon which as I understood is only used to get user's shortcuts and that there is no way to…
Edgar
  • 898
  • 2
  • 12
  • 36
2
votes
1 answer

Create own UILexicon entries

I tried to subclass UILexicon so I could create my own entries in the init part. However, the entries array is read only. How can I create my own source of words for my custom predictive bar in a keyboard extension (iOS 8)?
RomeoF
  • 299
  • 3
  • 12
1
vote
1 answer

UITextChecker: Way to Check If Word is Already Correct?

UITextChecker' rangeOfMisspelledWordInString:range:startingAt:wrap:language: returns nil if no correction is found. However I was wondering if there's a way to tell if no correction was found because A. It's already correct or B. Nothing Exists for…
KingPolygon
  • 4,753
  • 7
  • 43
  • 72
0
votes
1 answer

How to get a list of suggestions for a custom keyboard?

I've been trying to figure out a way to get a list of suggestions for a user inputted text (in multiple languages Not English en-US) ,i already found so many talking around questions here ,but no one figured out the whole solution ,so i am trying to…
Meseery
  • 1,845
  • 2
  • 22
  • 19