Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TiMOB-14624] iOS - TransitionAnimation for NavigationWindow and Tab #4791

Merged
merged 6 commits into from Oct 16, 2013

Conversation

pec1985
Copy link
Contributor

@pec1985 pec1985 commented Oct 15, 2013

No description provided.

@ghost ghost assigned vishalduggal Oct 15, 2013
-(void)setTransitionTo:(id)args
{
RELEASE_TO_NIL(_transitionTo)
_transitionTo = [TiAnimation animationFromArg:args context:[self executionContext] create:YES];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we force creating the animation?

@vishalduggal
Copy link
Contributor

Code Reviewed. ACCEPTED


-(void)setTransitionAnimation:(id)args
{
ENSURE_SINGLE_ARG(args, TiUIiOSTransitionAnimationProxy)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One Minor Fix ENSURE_SINGLE_ARG_OR_NIL

@vishalduggal
Copy link
Contributor

FR Passed. Works well with NavWindow and TabGroups.Will merge once comment is addressed.

@vishalduggal
Copy link
Contributor

APPROVED. Merging

vishalduggal added a commit that referenced this pull request Oct 16, 2013
[TiMOB-14624] iOS - TransitionAnimation for NavigationWindow and Tab
@vishalduggal vishalduggal merged commit e431f04 into tidev:master Oct 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants