Now display "no host selected" in nav bar before selecting a host

This commit is contained in:
Diego Waxemberg
2015-01-01 23:30:18 -05:00
parent 417f1e02bc
commit 168eac17eb
3 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ static StreamConfiguration* streamConfig;
- (void)showHostSelectionView {
appList = [[NSArray alloc] init];
_computerNameButton.title = @"";
_computerNameButton.title = @"No Host Selected";
[self.collectionView reloadData];
[self.view addSubview:hostScrollView];
}