From 5da4fef4d9c9c0a893b3dbb1f8810b20e5b3bdf3 Mon Sep 17 00:00:00 2001 From: wu736139669 Date: Wed, 8 Jul 2015 09:06:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BE=E7=BD=AE=E7=BB=86?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ash_AWord/ViewControllers/My/SetUpViewController.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Ash_AWord/ViewControllers/My/SetUpViewController.m b/Ash_AWord/ViewControllers/My/SetUpViewController.m index 643b4cd..857d42b 100644 --- a/Ash_AWord/ViewControllers/My/SetUpViewController.m +++ b/Ash_AWord/ViewControllers/My/SetUpViewController.m @@ -123,6 +123,7 @@ switch (indexPath.row) { case 0: { + cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator; cell.textLabel.text = @"清除缓存"; dispatch_async(dispatch_get_global_queue(0, 0), ^{ SDImageCache *cache = [SDImageCache sharedImageCache]; @@ -145,8 +146,8 @@ cell.textLabel.text = @"当前版本"; NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary]; NSString *app_Version = [infoDictionary objectForKey:@"CFBundleShortVersionString"]; - NSString *buildVersion = [infoDictionary objectForKey:@"CFBundleVersion"]; - NSString *version = [NSString stringWithFormat:@"v%@(%@)",app_Version, buildVersion]; +// NSString *buildVersion = [infoDictionary objectForKey:@"CFBundleVersion"]; + NSString *version = [NSString stringWithFormat:@"v%@",app_Version]; cell.detailTextLabel.text = version; if (!_isNewVersion) {