diff --git a/Limelight/ViewControllers/StreamFrameViewController.m b/Limelight/ViewControllers/StreamFrameViewController.m index 8118e07..546541a 100644 --- a/Limelight/ViewControllers/StreamFrameViewController.m +++ b/Limelight/ViewControllers/StreamFrameViewController.m @@ -80,7 +80,7 @@ [self.tipLabel sizeToFit]; self.tipLabel.textAlignment = NSTextAlignmentCenter; - self.tipLabel.center = CGPointMake(self.view.frame.size.width / 2, self.tipLabel.center.y); + self.tipLabel.center = CGPointMake(self.view.frame.size.width / 2, self.view.frame.size.height * 0.9); _streamMan = [[StreamManager alloc] initWithConfig:self.streamConfig renderView:self.view