Skip to content

Files

Latest commit

6abfb5a · Apr 23, 2019

History

History
13 lines (10 loc) · 574 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 574 Bytes

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.