开发者

insert rows in uitableview and update view immediately

开发者 https://www.devze.com 2023-01-24 12:38 出处:网络
I would like to imp开发者_C百科lement a search facility in my iPhone application. The functionality is similar to iBooks search where the results are updated row by row and become visible. Also one ro

I would like to imp开发者_C百科lement a search facility in my iPhone application. The functionality is similar to iBooks search where the results are updated row by row and become visible. Also one row is used to view the search progress.

Any help is appreciated.


Take a look at UISearchDisplayController. It is used together with a UITableView to provide search. You can probably get started by looking here or just google with your favorite search engine for UISearchDisplayController.


You have to use a background thread to update the table periodically.

0

精彩评论

暂无评论...
验证码 换一张
取 消