From 168eac17eb78f6cd46e76f002aa24888a9ee1582 Mon Sep 17 00:00:00 2001 From: Diego Waxemberg Date: Thu, 1 Jan 2015 23:30:18 -0500 Subject: [PATCH] Now display "no host selected" in nav bar before selecting a host --- Limelight/ViewControllers/MainFrameViewController.m | 2 +- iPad.storyboard | 2 +- iPhone.storyboard | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Limelight/ViewControllers/MainFrameViewController.m b/Limelight/ViewControllers/MainFrameViewController.m index 23c0a6e..036ada8 100644 --- a/Limelight/ViewControllers/MainFrameViewController.m +++ b/Limelight/ViewControllers/MainFrameViewController.m @@ -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]; } diff --git a/iPad.storyboard b/iPad.storyboard index 98ba740..65c255c 100644 --- a/iPad.storyboard +++ b/iPad.storyboard @@ -46,7 +46,7 @@ - + diff --git a/iPhone.storyboard b/iPhone.storyboard index d106374..fb3eb78 100644 --- a/iPhone.storyboard +++ b/iPhone.storyboard @@ -47,7 +47,7 @@ - +