Login textbox style - iPhone
I have a logi开发者_StackOverflow中文版n screen with a username and password textbox. However, I've come across a better way to present my username and password textboxes.
The textboxes seems to be merged. Just like the login screen on Windows Live Messenger iPhone app.
Does anyone know how to make this?
Thanks.
Better You can also use Grouped UITableview, add two UITextfields into the tableview cells as subview. This should be look as same as windows live messenger.
That is a UIView
containing 2 text fields. You can have an UIView
, give it background image and place 2 UITextFields
on it.
You can take two text boxes with none border style and then you can place a back ground image as you need.. This may be the solution.
精彩评论