Need to know how to resize a textview's height dynamically in storyboard? Then watch this quick video on one way to do it. Note: I do not explain anything other then how to do it. But if you want more details, definitely check out the Developer Documentation.
UIView:
https://developer.apple.com/documentation/uikit/uiview
layoutIfNeeded():
https://developer.apple.com/documentation/appkit/nswindow/1526910-layoutifneeded
UITextFieldDelegate:
https://developer.apple.com/documentation/uikit/uitextfielddelegate
UITextViewDelegate:
https://developer.apple.com/documentation/uikit/uitextviewdelegate
Stack overflow:
https://stackoverflow.com/questions/33214861/dynamic-height-for-textview-in-ios/46750545#46750545
Download
0 formats
No download links available.
Swift 4 How to Resize Textview Dynamically | NatokHD