Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS SDK: Conjoined Text Fields

I don't know if I'm completely missing the boat here or what, but I can't figure out how to achieve conjoined email/password text fields like on the flow login screen. Any help is appreciated!

FYI: I'm using XCode 3.2.5

like image 226
Dan Cormier Avatar asked Jun 10 '11 15:06

Dan Cormier


1 Answers

It's a custom table view cell with a label and a text field in a grouped table view probably with a single section and two rows one of which is for username and other for password. The logo could be the table view's header.

like image 144
Deepak Danduprolu Avatar answered Oct 03 '22 07:10

Deepak Danduprolu