From 80cba622a33d4fcccae4905909eb161ec463f804 Mon Sep 17 00:00:00 2001 From: "wade.hawk" Date: Tue, 10 Apr 2018 02:41:09 +0900 Subject: [PATCH] 1.6.1 update --- README.md | 8 ++++---- TLPhotoPicker.podspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d9523ab0..71ace3b2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/TLPhotoPicker.podspec b/TLPhotoPicker.podspec index 63762438..057888e5 100644 --- a/TLPhotoPicker.podspec +++ b/TLPhotoPicker.podspec @@ -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.