修改app名称

This commit is contained in:
2014-11-07 17:33:01 +08:00
parent 9dda882f9e
commit 0944ab1bec
4 changed files with 4 additions and 4 deletions
@@ -35,7 +35,7 @@
[self.navigationItem setTitle:@"首页"];
[ManagerUtil SetSubViewExternNone:self];
//左边按钮
[self.navigationItem setLeftBarButtonItem:[[UIBarButtonItem alloc] initWithTitle:@"贷贷我要" style:UIBarButtonItemStyleDone target:self action:@selector(leftBarBtnClick:)]];
[self.navigationItem setLeftBarButtonItem:[[UIBarButtonItem alloc] initWithTitle:@"我要" style:UIBarButtonItemStyleDone target:self action:@selector(leftBarBtnClick:)]];
//右边按钮。
[self.navigationItem setRightBarButtonItem:[[UIBarButtonItem alloc] initWithTitle:@"刷新" style:UIBarButtonItemStyleDone target:self action:@selector(rightBarBtnClick:)]];
@@ -58,7 +58,7 @@
[super viewDidAppear:YES];
if ([ManagerUser shareInstance].isLogin) {
//左边按钮
[self.navigationItem setLeftBarButtonItem:[[UIBarButtonItem alloc] initWithTitle:@"贷贷我要" style:UIBarButtonItemStyleDone target:self action:@selector(leftBarBtnClick:)]];
[self.navigationItem setLeftBarButtonItem:[[UIBarButtonItem alloc] initWithTitle:@"我要" style:UIBarButtonItemStyleDone target:self action:@selector(leftBarBtnClick:)]];
}else{
//左边按钮
[self.navigationItem setLeftBarButtonItem:[[UIBarButtonItem alloc] initWithTitle:@"登录" style:UIBarButtonItemStyleDone target:self action:@selector(leftBarBtnClick:)]];
@@ -168,7 +168,7 @@
break;
case 1:
{
cell.textLabel.text = @"关于贷贷";
cell.textLabel.text = @"关于安疆理财";
cell.imageView.image = [UIImage imageNamed:@"more_icon_8"];
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
+1 -1
View File
@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>贷贷通</string>
<string>安疆理财</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>