Giter VIP home page Giter VIP logo

aalaunchtransition's Introduction

AALaunchTransition

Project status

Simple framework to let your application's launch image fade-out to its initial view. Feel free to fork this repo and help me make it better.

If you're using this framework in your project, I'd like to know! Send me an email.

Adding to your project

  1. Clone this repo and build the project.
  • Obtain AALaunchTransition.framework from Products folder.
  • Open your project and add AALaunchTransition.framework in Link binary with libraries section of Build Phases under its proper target.

CocoaPods

If you are using CocoaPods add following line to your Podfile and then run pod install

pod 'AALaunchTransition'

Usage

After adding framework to your project all you need is import LaunchView.h in your initial view controller, then initialize a LaunchView instance and add it to your initial view as subview.

#import <AALaunchTransition/LaunchView.h>
...
- (void)viewDidLoad
{
    [super viewDidLoad];

    LaunchView *launch = [[LaunchView alloc] init];
    [self.view addSubview:launch];

    //Other additions

    [self.view bringSubviewToFront:launch];
}

Easy as that. (See LaunchView.h for all of the methods.)

Documentation

Read the AALaunchTransition Documentation online.

Install the documentation into Xcode with the following steps:

  1. Open Xcode Preferences

  2. Choose Downloads

  3. Choose the Documentation tab

  4. Click the plus button in the bottom right and enter the following URL:

     http://ahmet.github.com/AALaunchTransition/AALaunchTransition.atom
    
  5. Click Install next the new row reading "AALaunchTransition Documentation". (If you don't see it and didn't get an error, try restarting Xcode.)

Be sure you have the docset selected in the organizer to see results for AALaunchTransition.

ARC Compatibility

AALaunchTransition is compatible with ARC enabled projects by default.

License

AALaunchTransition is released under the MIT License, so do whatever you want to it.

Contributing

Want to contribute? It's good to hear.

  1. Fork it
  • Create a branch (git checkout -b my_branch)
  • Commit your changes (git commit -am "Added/Modified something")
  • Push to the branch (git push origin my_branch)
  • Create an Issue with a link to your branch
  • Enjoy a refreshing beer and wait

Links

aalaunchtransition's People

Contributors

ahmet avatar fji8ejfijai83r avatar kreeger 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.