mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-17 14:11:35 +00:00
Fix tip display on iPhone SE
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
[self.tipLabel sizeToFit];
|
[self.tipLabel sizeToFit];
|
||||||
self.tipLabel.textAlignment = NSTextAlignmentCenter;
|
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
|
_streamMan = [[StreamManager alloc] initWithConfig:self.streamConfig
|
||||||
renderView:self.view
|
renderView:self.view
|
||||||
|
|||||||
Reference in New Issue
Block a user