Govaadiyo
Govaadiyo

Reputation: 6082

iOS native class or library for Unzip file?

I know there are many third party libraries available for unzipping a file.

But are there any native Classes or Libraries available for unzipping a file?

I tried to search but did not find anything!

Upvotes: 1

Views: 366

Answers (1)

Mohamad Bachir Sidani
Mohamad Bachir Sidani

Reputation: 2099

As far as I know there is no native library available for that, there are plenty of third party libraries available though.

However if you think of it, third party libraries are built on top of code so there is a native way to achieve that.

If you are really keen about seeing how to achieve that natively you can dive into the third part code and extract the method you want for the unzipping. However I advice you not to re invent the wheel and use it

Hope this helps!

Upvotes: 1

Related Questions