Search code examples
cosmicmind

Is there a way to have multiple line detail in ErrorTextField?


I have a problem with long text in detail for ErrorTextField. Is there's a way to fixed this issue?

Thank you,


Solution

  • Set the textField.detailLabel.numberOfLines = 0

    :) All the best!