Fix tip display on iPhone SE

This commit is contained in:
Cameron Gutman
2018-12-28 20:32:22 -08:00
parent 08e169eb23
commit d18c713684

View File

@@ -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