简体   繁体   中英

How to implement login screen in iOS (Screenshot attached)

I have a design for an iOS app that has what looks like a table cell that is editable. 登入画面

How would I go about implementing and email and password fields? I don't want to make the login screen one big table view controller, but should I use table views or text fields?

You can get something very similar by using two UITextFields and changing the border style. However, if this doesn't work for you, you can always put an image in the background that looks exactly like what you want, and simply hide the border on the text fields.

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