|  | 
 |  | 
 | 
												
													
														| 169 |  		NSString* alignment = [options.topBar.title.component.alignment getWithDefaultValue:@""];
 | 169 |  		NSString* alignment = [options.topBar.title.component.alignment getWithDefaultValue:@""];
 | 
												
													
														| 170 |  		[_customTitleView setAlignment:alignment];
 | 170 |  		[_customTitleView setAlignment:alignment];
 | 
												
													
														| 171 |  
 | 171 |  
 | 
												
													
														|  | 
 | 172 | +		viewController.navigationItem.titleView = nil;
 | 
												
													
														| 172 |  		viewController.navigationItem.titleView = _customTitleView;
 | 173 |  		viewController.navigationItem.titleView = _customTitleView;
 | 
												
													
														| 173 |  	} else {
 | 174 |  	} else {
 | 
												
													
														| 174 |  		[_customTitleView removeFromSuperview];
 | 175 |  		[_customTitleView removeFromSuperview];
 |