Skip to content

Commit

Permalink
1.6.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
tilltue committed Apr 9, 2018
1 parent 902b5ce commit 80cba62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,14 @@ public struct TLPHAsset {
//Apparently, this method is not be safety to export a video.
//There is many way that export a video.
//This method was one of them.
func exportVideoFile(progressBlock:((Float) -> Void)? = nil, completionBlock:@escaping ((URL,String) -> Void))
public func exportVideoFile(progressBlock:((Float) -> Void)? = nil, completionBlock:@escaping ((URL,String) -> Void))
// get original asset file name
public var originalFileName: String?
}
```
> Note: convenience export method
> fullResolutionImage, cloudImageDownload, tempCopyMediaFile, exportVideoFile
> It's not enough if you wanted to use more complicated export asset options. ( progress, export type, etc..)
> Note: convenience export method
> fullResolutionImage, cloudImageDownload, tempCopyMediaFile, exportVideoFile
> It's not enough if you wanted to use more complicated export asset options. ( progress, export type, etc..)

## Customize

Expand Down
2 changes: 1 addition & 1 deletion TLPhotoPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'TLPhotoPicker'
s.version = '1.6.0'
s.version = '1.6.1'
s.summary = 'multiple phassets picker for iOS lib. like facebook'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 80cba62

Please sign in to comment.