Coder Social home page Coder Social logo

hmgltransitions's People

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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hmgltransitions's Issues

[Feature Request] can you make expanding transition

If you look at twitter for iPhone and click any of the profile pic, they have a nice expanding animation before the image is shown. It should be easy to make considering complex ones like cloth.

Thanks.

How to subclass HMGLTransitionManager?

How can I subclass HMGLTransitionManager? I'm attempting it now, but my override methods are not being called. Is there a recommended way to create a subclass? Do the source files need to be changed so that the superclass methods are declared in the .h?

Doors open Transition in TableView

When you scroll down in tableview and click a cell which opens using DoorsOpenTransition screen goes black when opening. but closing seems to work fine.

Any Idea as to why or is that a misuse on my end?

Suggestion

In modalPresentationButtonPressed: you don't have to check the type of device. Name your xib ModalController~ipad (note the tilde, not dash, and all lower-case) and then you can just ask for @"ModalController" exclusively. iOS will see that you're on an iPad and first look for the ~ipad.xib file. If it's there, it gets loaded instead.

Is it possible to implement the animation controlled by touch actions?

What I want to ask is if I can control the animation by touch action instead of after you press a button? For example, when I swipe to left, the flip animation will start and will change the position with the point the finger touched and finish only when the touch released.

I don't know you understand what I mean or not. It's something similar with the iBooks page turning animation.

Thanks

Presenting modal view controllers from UISplitViewController

I have a UISplitViewController. In the detail view, I have this:

FlipTransition *transition = [[FlipTransition alloc] init];
transition.transitionType = FlipTransitionLeft;
[[HMGLTransitionManager sharedTransitionManager] setTransition:transition]; 
[[HMGLTransitionManager sharedTransitionManager] presentModalViewController:controller onViewController:self];
[transition release];

On modal view dismissal I have this:

FlipTransition *transition = [[FlipTransition alloc] init];
transition.transitionType = FlipTransitionRight;
[[HMGLTransitionManager sharedTransitionManager] setTransition:transition];     
[[HMGLTransitionManager sharedTransitionManager] dismissModalViewController:controller];
[transition release];

This does not work. Inside -dismissModalViewController: the following code causes the issue:

self.currentController = [modalViewController presentingViewController];

Instead of returning the controller which actually presented the view, it returns the UISplitViewController instead. -- this appears to be a bug in iOS5 . I've filed a radar -- #10255196.

Memory issue?

Could anyone tell me how to reduce memory when transitioning? It takes 9M extra memory to complete the animation and then it remains allocated (even when the modal view controller is dismissed).
Thank you

texture transition

Hi,

Is it possible attach a texture like wood (see ibook app) in RotateTransition?

Thanks!

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.