Eureka: I can't change keyboard language in NameRow()

Created on 5 Feb 2017  路  6Comments  路  Source: xmartlabs/Eureka

Hello!
Thanx for best form builder.
I from Russia and i have problem with changing language in keyboard. They only English, but i need Russian.
When i use uitextfield without Eureka, i can change keyboard language. What is it?
Thanx!

FieldRow question

Most helpful comment

Hi, @MarcSky

Actually it's not an issue. Just use TextRow() instead, and it should resolve your problem.

All 6 comments

I had the same problem and I'll try to work on this.

Hi, @MarcSky

Actually it's not an issue. Just use TextRow() instead, and it should resolve your problem.

@MarcSky have you solved this?

@mtnbarreto Yes

Is there a way to have both the word-capitalisation of NameRow and the keyboard language button availability of TextRow?

In case anyone else comes across this: the capitalisation of a TextRow can be set as follows:

let row = TextRow() {
    $0.cell.textField.autocapitalizationType = .words
}
Was this page helpful?
0 / 5 - 0 ratings