美文网首页
iOS LaunchScreen.storyboard启动图缓存

iOS LaunchScreen.storyboard启动图缓存

作者: 胖男技术渣 | 来源:发表于2020-07-07 16:11 被阅读0次

NSError *error;

    [NSFileManager.defaultManager removeItemAtPath:[NSString stringWithFormat:@"%@/Library/SplashBoard",NSHomeDirectory()] error:&error];

 if (error) {

        NSLog(@"Failed to delete launch screen cache: %@",error);

    }

相关文章

网友评论

      本文标题:iOS LaunchScreen.storyboard启动图缓存

      本文链接:https://www.haomeiwen.com/subject/iqxzqktx.html