I'm working on an iOS App fetching html content from a sqlite database and loading it into webviews through custom objective-c objects.
I'm willing to implement NSCoding on these custom objects so as to avoid fetching content from sqlite.
Anyone has some experience on how much more beneficial using NSCoding would be rather than fetching from the sqlite db ?
Thanks in advance,