Hello How Can I make a login view easily like this?
It seems username and password are both in a table?
Also I see some system preferences editing uses this kind of label+textfield thing.
Can someone tell me whether I can directly use some views in the lib, or I have to build the view on my own
I mean the username password part in the pic, not the whole window, not including the tool bar, etc.
thanks

Use UITableView with Grouped cells style and two customs cells for username and password.