For Eureka, a little different. You must use the cell update callback. This has not been well documented regarding alignment changes. But he mentioned here to change the color or font that you have to use .cellUpdate. Therefore, I believe that this work will work for you
let row = TextRow() { row.title = "Field:" }.cellUpdate { cell, row in cell.textField.textAlignment = .left }
source share