Skip to content

Commit

Permalink
优化细节
Browse files Browse the repository at this point in the history
  • Loading branch information
boai committed Jul 15, 2016
1 parent 27792ad commit 430d8ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ - (void)clearCache
BAClearCacheManager *clearCacheManager = [BAClearCacheManager ba_sharedCache];
CGFloat cacheSize = [clearCacheManager ba_loadCacheSize];

NSString *clearMessage = [@"需要清除缓存 " stringByAppendingFormat:@"%.2fM ?", cacheSize];
NSString *clearMessage = [NSString stringWithFormat:@"缓存大小为%.2fM确定要清理吗?", cacheSize];

BA_Weak;
[self BAAlertWithTitle:@"温馨提示:" message:clearMessage andOthers:@[@"取 消", @"确 定"] animated:YES action:^(NSInteger index) {
Expand Down

0 comments on commit 430d8ce

Please sign in to comment.