Can tapping next textfield trigger same behavior as "Done" key?
        Posted  
        
            by trevrosen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by trevrosen
        
        
        
        Published on 2010-05-20T15:52:57Z
        Indexed on 
            2010/05/20
            16:30 UTC
        
        
        Read the original article
        Hit count: 262
        
I've got two textfields in a row for username and password. When you're finished putting in your username, the most natural thing to do is to just tap on the next textfield, like you would with a web form. But that doesn't work -- you can't edit the next field until you press "Done" on the keyboard for the first field and then tap on the second one.
My question is: is it possible to set up two textfields so that you end editing on the first one and begin editing the second when you tap the second field?
© Stack Overflow or respective owner