In my application i want to save some data to be accessed while being offline, This data contain the text as well images so can any one suggest how can i make it.
You could load your web content using ASIHTTPRequest and store the contents of the response locally to the file system or in an sqlite database. For persistent storage, you can use Core Data or fmdb