Adding single row one by one in tableview from core data of iPhone
Posted
by user336685
on Stack Overflow
See other posts from Stack Overflow
or by user336685
Published on 2010-05-09T18:24:54Z
Indexed on
2010/05/09
18:28 UTC
Read the original article
Hit count: 257
I am working on RSS reader code where articles get downloaded and are viewable offline. The problem is only after all articles are downlaoded the tableview containing headlines gets updated. Core data is used. So everytime NSobjectcontext is saved , [self tableview updatebegins ] is called.The table is getting updated via fetchcontroller core data.
I tried saving NSobjectcontext everytime an article is saved but that is not updating the tableview. I want a mechanism similar to instapaper tableview where articles get saved and tableview gets updated immediately. Please help if you know the solution. Thanks in advance.
© Stack Overflow or respective owner