Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make UITextView look like Facebook login?

How can I make my textfields look like the Facebook login screen?

alt text http://img688.imageshack.us/img688/4162/photocr.jpg

like image 668
Sheehan Alam Avatar asked Nov 05 '22 13:11

Sheehan Alam


2 Answers

That's really a UITableView. You can put some UITextFields without a border inside a couple of UITableViewCells.

like image 196
Dave DeLong Avatar answered Nov 12 '22 14:11

Dave DeLong


I'm extremely late to the party - but this library makes this sort of UI much easier: https://github.com/escoz/QuickDialog

like image 31
russau Avatar answered Nov 12 '22 14:11

russau