Skip to content

Text overlapping with row value in Swift 4.2/ iOS 12.1 #17

Description

@sauravexodus

Text overlapping with row value in Swift 4.2/ iOS 12.1

Environment

Eureka: 4.3.1
Xcode: 10.1
iOS: 12.1

Code

lazy var emailRow: EmailFloatLabelRow = {
let row = EmailFloatLabelRow("Email")
.cellSetup { cell, row in
row.title = row.tag
cell.textField.becomeFirstResponder()
}
.cellUpdate { cell, _ in
cell.textLabel?.textColor = .grayDarkest
}
return row
}()

Screenshot

eureka

Any idea why this is happening?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions