Skip to content

Commit 6891cd0

Browse files
committed
查看他人的项目页面的抬头错成了冒泡广场
1 parent d00b28c commit 6891cd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Coding_iOS/Controllers/ProjectListViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ -(void)viewWillAppear:(BOOL)animated
2222
[super viewWillAppear:animated];
2323
[self.mySearchBar removeFromSuperview];
2424
//重置titleview
25-
self.navigationItem.titleView=[[[[self.navigationController viewControllers] firstObject] navigationItem] titleView];
25+
self.navigationItem.titleView=[[[[self.navigationController viewControllers] lastObject] navigationItem] titleView];
2626
}
2727

2828
- (void)setupNavBtn{

0 commit comments

Comments
 (0)