iOS: Table-style TextField for Login Screen?

前端 未结 5 2397
没有蜡笔的小新
没有蜡笔的小新 2021-02-03 10:01

I wanna make a login screen like the one from Facebook\'s app. The part I wanna replicate is the two text fields that when stacked look like a table group. I can\'t figure out h

5条回答
  •  野的像风
    2021-02-03 10:32

    You can take a UITableView and add UITextField as accessoryType for your purpose.

提交回复
热议问题