How can a textField be resized based on content while using auto-layout in an iOS application written in Swift?
The text field will resize as necessary to fit its content when the view loads as well as while the user is typing. I referred the following link Resize textField Based On Content
but it is not making the field autoresize during typing