Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 iOS 应用程序的设计,它看起来像一个可编辑的表格单元格。
我将如何实施以及电子邮件和密码字段?我不想让登录屏幕成为一个大的表格视图控制器,但我应该使用表格视图还是文本字段?
通过使用两个 UITextField 并更改边框样式,您可以获得非常相似的东西。但是,如果这对您不起作用,您始终可以将一个看起来与您想要的完全一样的图像放在背景中,并简单地隐藏文本字段上的边框。