CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Aug 2016 |
Maintained by arvin.
LaunchAnimaiton
文件夹Copy到您的工程目录中AppDelegate.m
文件中 import "LaunchImageView.h"
头文件即可// 切记:在添加前必须先设置window的视图可见并显示
// 即调用:[self.window makeKeyAndVisible],否则不会展示动画效果
[self.window addSubview:[[LaunchImageView alloc]
initWithFrame:self.window.bounds
animationType:AnimationTypeUpAndDown
duration:1.5f]];
请把启动图片放在项目的 Assets.xcassets
文件中, 应当从Brand Assets中加载
LaunchAnimaiton 使用 MIT 许可证,详情见 LICENSE 文件