Ios swift – How to create a UITextField with inline validation error?
Im trying to build a custom UITextField that shows a validation error inline below the textfield akin to material design. Im adding a UILabel lazily and constraining to the textfield when i present the error private lazy var errorLabel: UILabel…