iPhone database load
        Posted  
        
            by Mizan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mizan
        
        
        
        Published on 2009-09-04T09:28:18Z
        Indexed on 
            2010/05/30
            21:02 UTC
        
        
        Read the original article
        Hit count: 269
        
iphone
I have a sqlite databse that holds a table. The table contains about 7500 data. I've fetch the 7500 data in a UITableView. A UISearchBar is used to search the UITableView.There is no problem in simulator but when I run in a iPhone device, then it will take time to load and when I type to SearchBar then it hangs the device keyboard.
Is there any optimal solution to load 7500 data in a UITableView?
© Stack Overflow or respective owner