Fetch the repository succeeded.
Solve the problem of abnormal display of iOS startup map, and support dynamic replacement of startup map.
Chinese mainland users can accessThis link
中文介绍
Dynamic modification | Fix exception |
---|---|
![]() |
![]() |
// 将所有启动图恢复为默认启动图(Restore all launch screen to the initial state)
[LLDynamicLaunchScreen restoreAsBefore];
// 替换指定类型启动图(Replace the specified type of launch Image)
[LLDynamicLaunchScreen replaceLaunchImage:replaceImage type:LLLaunchImageTypeVerticalLight compressionQuality:0.8 customValidation:nil];
// 自定义暗黑系启动图的校验规则(Customize the verification rules of the dark style launch screen)
LLDynamicLaunchScreen.hasDarkImageBlock = ^BOOL(UIImage * _Nonnull image) {
};
// 获取指定模式下的本地启动图(Get the local launch screen diagram in the specified mode)
[LLDynamicLaunchScreen launchImageFromType:LLLaunchImageTypeVerticalLight];
github "internetWei/LLDynamicLaunchScreen"
to your Cartfilecarthage update --platform ios
and add the framework to your projectThe project supports iOS 9.0 and Xcode 10.0 at least. If you want to use it on lower systems, please contact the author.
If you have better improvements, please pull reqeust me
If you have any better comments, please create oneIssue
The author can be contacted by this emailinternetwei@foxmail.com
LLDynamicLaunchScreen is released under the MIT license. See LICENSE file for details.
Sign in for post a comment
Comments ( 0 )