I'm programming a iPhone app. Now I want to extract a gziped file (contain folder hierarchy) with objective-c. Currently I know "zlib" can do it, but I don't know how to use it in objective-c.
I don't want the wrapper package "minizip" be imported, just want to use "zlib" directly.
Can anybody help on this?