Skip to content

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

@sauravexodus

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions