How to let the UITable sorted by number?
        Posted  
        
            by Tattat
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tattat
        
        
        
        Published on 2010-05-02T09:13:46Z
        Indexed on 
            2010/05/02
            9:17 UTC
        
        
        Read the original article
        Hit count: 191
        
I loaded a plist from the UITable, but there is something wrong. my plist file is some data like that:
3 3uyyhuhu34 .....
5 5uyyhuhu34 .....
11 11uyyhuhu34 .....
I found that the list is sorted from 11, then 3, after that is 5. But I want to sorted from 3, 5 to 11. What can I do to change the behaviors? thx
© Stack Overflow or respective owner