add a tab in the title of photo
This commit is contained in:
parent
6e6ee5f459
commit
c255ecca7e
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@
|
||||||
|
|
||||||
// check title of photo
|
// check title of photo
|
||||||
if (title == nil){
|
if (title == nil){
|
||||||
title = [AssetsLibraryUtilities getPhotoTitleForImage:image url:url];
|
title = [[NSString alloc]initWithFormat:@"\t%@",[AssetsLibraryUtilities getPhotoTitleForImage:image url:url]];
|
||||||
}
|
}
|
||||||
|
|
||||||
// generate path of temporary file
|
// generate path of temporary file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue