From c255ecca7e3785a6bf4d6e69faa175cf3e6cfd2a Mon Sep 17 00:00:00 2001 From: Patrick Santana Date: Wed, 5 Jun 2013 17:22:15 -0700 Subject: [PATCH] add a tab in the title of photo --- Photo/PhotoViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Photo/PhotoViewController.m b/Photo/PhotoViewController.m index e58d68e..b60e23b 100644 --- a/Photo/PhotoViewController.m +++ b/Photo/PhotoViewController.m @@ -628,7 +628,7 @@ // check title of photo if (title == nil){ - title = [AssetsLibraryUtilities getPhotoTitleForImage:image url:url]; + title = [[NSString alloc]initWithFormat:@"\t%@",[AssetsLibraryUtilities getPhotoTitleForImage:image url:url]]; } // generate path of temporary file