Giter Club home page Giter Club logo

sksplashview's People

Contributors

sachinkesiraju avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sksplashview's Issues

xCode 7 beta 5 warning for synthesis

In SKSplashIcon.m, animationDuration var is not synthesized. I keep getting this warning:

Auto property synthesis will not synthesize 'animationDuration'; it will be implemented by it's superclass, use @dynamic to acknowledge intention.

If you synthesize animationDuration, the warning goes away.

New Twitter Animation

Hi,

The new animation just zooms in and just pops away and shows the background. Your GIF shows the zoom but after the background goes away.

iPhone 4S

The animation on iPhone 4S is very quickly

iconSize Property doesn't work

Hello!

First thanks for open sourcing your lib! :) Sadly the iconSize property doesn't seem to work. It doesn't reflect any size in the debug and also the setter doesn't do anything on the size. Currently it's hard to fit splash screen icon size with animated icon size. :(

Is it possible to initialize Splash with background View

Hello,
I have an idea, maybe you thought this one before, actually i dont know is it possible or not but let me explain;
Instead of this

  • (instancetype) initWithSplashIcon:(SKSplashIcon *)icon backgroundImage:(UIImage *) backgroundImage animationType:(SKSplashAnimationType) animationType;
    can we add a feature like this?
  • (instancetype) initWithSplashIcon:(SKSplashIcon *)icon backgroundView:(UIIView *) backView animationType:(SKSplashAnimationType) animationType;
    Have you ever tried to code an init method like this one?

NSInvalidArgumentException crash

UPDATED:

HI there, I'm using version 0.1.1 and there are a some exception risen in iPad Air and iPhones with iOS 8.4

Do you have any clue why is the notification getting lost?

Thanks

Fatal Exception: NSInvalidArgumentException
-[_UIToolbarBackground receiveNotification:]: unrecognized selector sent to instance 0x145d3d090

Thread : Fatal Exception: NSInvalidArgumentException
0 CoreFoundation 0x182fe822c exceptionPreprocess
1 libobjc.A.dylib 0x194a580e4 objc_exception_throw
2 CoreFoundation 0x182fef2f4 __methodDescriptionForSelector
3 CoreFoundation 0x182fec0a8 __forwarding

4 CoreFoundation 0x182eee96c _CF_forwarding_prep_0
5 CoreFoundation 0x182f8e010 CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
6 CoreFoundation 0x182ecb0f0 _CFXNotificationPost
7 Foundation 0x183dfaa80 -[NSNotificationCenter postNotificationName:object:userInfo:]
8 Rentalia 0x1003ff964 -SKSplashView startAnimation
9 Rentalia 0x1000c3f10 -RLHomeViewController splashScreenAnimation
10 Rentalia 0x1000c3bd0 -RLHomeViewController viewDidLoad
11 UIKit 0x187a64a6c -[UIViewController loadViewIfRequired]
12 UIKit 0x187b1ad50 -[UINavigationController _layoutViewController:]
13 UIKit 0x187b1ac4c -[UINavigationController _updateScrollViewFromViewController:toViewController:]
14 UIKit 0x187b1a0d8 -[UINavigationController _startTransition:fromViewController:toViewController:]
15 UIKit 0x187b19d84 -[UINavigationController _startDeferredTransitionIfNeeded:]
16 UIKit 0x187b19aa4 -[UINavigationController __viewWillLayoutSubviews]
17 UIKit 0x187b19a24 -[UILayoutContainerView layoutSubviews]
18 UIKit 0x187a61548 -[UIView(CALayerDelegate) layoutSublayersOfLayer:]

tapping on icon zooms it

when tapping is done on the icon . it makes it to zoom to a large extend. calling pingSplash method

Appdelegate Launch

there any way to declare this code in appdelagate that functions as a launch image

Support with NSOperationQueue

On my initial screen, I run multiple NSOperations in concurrence. I would like to animate while the queue has operations executing.

Remove use of NSNotificationCenter

you always have the instances of SKSplashView and SKSplashIcon handy so you can call their functions without the need for NSNotificationCenter. You can also add a callback to any function where you ned to know when its done (ie stopAnimation for SKSplashIcon)

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.