Get name given by phone number on the iPhone
        Posted  
        
            by ganti
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ganti
        
        
        
        Published on 2010-05-02T04:05:46Z
        Indexed on 
            2010/05/02
            5:27 UTC
        
        
        Read the original article
        Hit count: 284
        
I'm using a TextField where the user types a phone number. When the TextField changes, it should check if this number is already in the phonebook and display the name.
So far, my only way is to parse all names and number in a Dict and read it from there.
Is there a simpler, more efficient and sophisticated way to do that?
© Stack Overflow or respective owner