Custom TextField change settings at the time of creation – Ios swift
I want all of TextField to have small letters.and if I need to change to a larger one I could write inside the creation.But my code doesn't work, what am I doing wrong? class ViewController: UIViewController private let TextField: CustomTextField…