简体   繁体   中英

How to resize the UITextField in IOS

- How to increase the height of the text field in order to accommodate multiple lines, as the text field grows accordingly.

- I want something like multiple line attribute in android .

UITextField不支持多行文本将UITextView放在UITextField的位置。

查看UITextView而不是UITextField。

使用HPGrowingTextView for iOS进行多行textview

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM