Link to home
Start Free TrialLog in
Avatar of JAMES
JAMES

asked on

UserName and Password entry

Hi,

I have  a login page in my iPhone App that has two distinct text fields, one for username and one for password but I dont like having them as two distinct boxes.

Looking at a lot of apps, they seem to have a large rounded corner text box with two lines, one for username and one for password with a horizontal separator line - how do I achive the same look and feel?

Thanks for any help,

James.
Avatar of SpeedyApocalypse
SpeedyApocalypse
Flag of Canada image

Do you mean like this?

http://i33.photobucket.com/albums/d74/chaks_2k/IMG_0143.png

That is a UITableView with two embedded UITextFields.
Avatar of JAMES
JAMES

ASKER

Yes, thats exactly it.

Do you know if I can embed the text fields graphically using IB (in Xcode 4) or do I have to code it by hand?

Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of SpeedyApocalypse
SpeedyApocalypse
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JAMES

ASKER

Thats super, thank you so much.

Looks much cooler than simply having two text fields next to each other.