allez
2021-04-19 5a3c66143fa0f9c7d2ca01b84dff44f2feb1dd2f
no message
1个文件已修改
1 ■■■■ 已修改文件
Channel/IOS/gtios/Plugins/The2thWorldSDK/UniversalSDK.mm 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Channel/IOS/gtios/Plugins/The2thWorldSDK/UniversalSDK.mm
@@ -171,6 +171,7 @@
    
    m_CloseBtn = [UIButton buttonWithType:UIButtonTypeRoundedRect];
    [m_CloseBtn setFrame:CGRectMake(_width - 455 * _scale, _height - 86 * _scale, 180 * _scale, 72 * _scale)];
    [m_CloseBtn setFrame:CGRectMake(_width - 455 * _scale, _height - 86 * _scale, 360 * _scale, 72 * _scale)];
    [m_CloseBtn setTitle:@"我知道了" forState:UIControlStateNormal];
    
    NSString *_bundlePath = [[NSBundle mainBundle] pathForResource:@"The2thWorldRES.bundle" ofType:nil];