/UniversalParser

Univeral Parser A library which downloads any kind of data (JSON, XML, Image, PDF etc) file and caching into memory for IOS only.

Primary LanguageSwift

UniversalParser

Univeral Parser A library which downloads any kind of data (JSON, XML, Image, PDF etc) file and caching into memory for IOS only.

Demo Project is added. We can set maximum cache or memory configuration in the app.
setLimitInKiloBytes(limit: Int)

For loading images use this simple method anywhere in the class

imagesLoader.loadProfileImage(imageView: UIImageView(), urlString: imageURL)

#How to Build:

Build the Library target first. On build Succeeded. Click on example target and Run it on Simulator or device.