3lvis / FormTextField

UITextField with support for formatters and input validators
Other
187 stars 41 forks source link

It crashes if I type any emoji #31

Closed dlpigpen closed 7 years ago

dlpigpen commented 7 years ago

Here is the log cat that Xcode is showing up. Could you give any advices?

let index = composedString.characters.index(composedString.startIndex, offsetBy: range.location)

3lvis commented 7 years ago

Hi which version of FormTextField are you using? I just added a new update fixing this issue

3lvis commented 7 years ago

Should be fixed.