Giter VIP home page Giter VIP logo

corelaunch's Introduction

image

一键启动动画 (持续关注信息公告牌

.Xcode7

.Objective-C

.iOS 7.0~




快速集成

###您只需一句代码即可集成!

1.请不要直接拖拽CoreLaunch文件夹到您的项目,此项目是5 in 1合集。如果您是测试,你可以直接拖拽CoreLaunch文件夹到您的项目。


#### 2.再次请您明确,`CoreLaunch`仅仅是一个统称,`CoreLaunch`有5种效果任你挑选,并且这5种效果是放在5个文件夹,他们是相互独立的。

.Lite版
.Plus版
.Cool版
.Pro版
.Flip版

3.一句代码集成请放在AppDelegate中的window成为keyWindow之后即可。

注:您只需使用CoreLaunch的5 in 1合集其中任一一个即可。并且他们之前没有任何耦合性,完全可以单独使用。




使用示例



1. Lite版

/** Lite版本 */
[CoreLaunchLite animWithWindow:self.window image:nil];

image



2. Plus版

/** Plus版本 */
[CoreLaunchPlus animWithWindow:self.window image:nil];

image



3.Cool版

注:此效果为转场封装,默认效果为动画随机,方向随机,速率随机,您也可以到CoreLaunchCool.m自行配置您想要的效果。
/** Cool版本 */
[CoreLaunchCool animWithWindow:self.window image:nil];

image



4. Pro版

注:本版本中使用了一个中间控制器ProVC,他涉及了比较复杂的循环引用,不过已经处理,您可以查看控制台他是会安全释放的。
/** Pro版本 */
[CoreLaunchPro animWithWindow:self.window image:nil];

image



5. Flip版

注:本版本使用了各种延时不停的删除增加补充场景界面以实现效果,比较有趣。
/** Flip版本 */
[CoreLaunchFlip animWithWindow:self.window image:nil];

image

注:每个方法都可传image,这是一种长远考虑,涉及根控制器切换与版本新特性,当前您只需传nil即可。

corelaunch's People

Contributors

charlinfeng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.