updated doc
This commit is contained in:
@@ -24,6 +24,8 @@ SSZipArchive requires ARC.
|
||||
|
||||
## Usage
|
||||
|
||||
### Objective-C
|
||||
|
||||
```objective-c
|
||||
// Create
|
||||
[SSZipArchive createZipFileAtPath: zipPath withContentsOfDirectory: sampleDataPath];
|
||||
@@ -32,6 +34,8 @@ SSZipArchive requires ARC.
|
||||
[SSZipArchive unzipFileAtPath:zipPath toDestination: unzipPath];
|
||||
```
|
||||
|
||||
### Swift
|
||||
|
||||
```swift
|
||||
// Create
|
||||
SSZipArchive.createZipFileAtPath(zipPath, withContentsOfDirectory: sampleDataPath)
|
||||
|
||||
Reference in New Issue
Block a user