Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to load the dynamic data from server on uitableview [closed]

Tags:

ios

i'm beginner to ios development, i need to load the dynamic data from server on the tableview if anybody knows the code please share it.

Thanks in advance, Abe.

like image 313
abe.iDev Avatar asked Aug 01 '12 09:08

abe.iDev


1 Answers

Use Core data and NSFetchedResultsController, via delegate methods of tableview controller populate tableview from NSFetchedResultsController instance.. It reflects deleting, adding and any kind of updates on database automotically onto tableview.

like image 135
ilhnctn Avatar answered Oct 09 '22 10:10

ilhnctn