Giter Site home page Giter Site logo

Comments (11)

andreamazz avatar andreamazz commented on May 22, 2024

Can you elaborate a bit more?

from amwavetransition.

AllLuckly avatar AllLuckly commented on May 22, 2024

I use is on the home page, the home page, there is a uitabbar. When I click on the home page of the cell into the details and then return. Uitabbar also will follow the animation. I want to return when UITabBar does not need the animation.

from amwavetransition.

andreamazz avatar andreamazz commented on May 22, 2024

Uhm, the tab bar animates? That's odd, can you include a video capture of the app by any chance?

from amwavetransition.

AllLuckly avatar AllLuckly commented on May 22, 2024

Click this link to see the effect, I do not want the bottom part of the blue don https://github.com/AllLuckly/AllLuckly.github.io/blob/master/12.gif?raw=true

from amwavetransition.

andreamazz avatar andreamazz commented on May 22, 2024

Oh, I'm an idiot, I was thinking about another library 😬

Ok, can you show me your visibleCells method?
You are pushing the new controller in the navigation controller's stack, right?

from amwavetransition.

AllLuckly avatar AllLuckly commented on May 22, 2024

yes,then back,Sorry, my English is poor.

from amwavetransition.

andreamazz avatar andreamazz commented on May 22, 2024

No problem. Can you post your visibleCells method implementation?

from amwavetransition.

AllLuckly avatar AllLuckly commented on May 22, 2024
- (id<UIViewControllerAnimatedTransitioning>)navigationController:(UINavigationController *)navigationController
                                  animationControllerForOperation:(UINavigationControllerOperation)operation
                                               fromViewController:(UIViewController*)fromVC
                                                 toViewController:(UIViewController*)toVC
{
    if (operation != UINavigationControllerOperationNone) {

        return [AMWaveTransition transitionWithOperation:operation];
    }
    return nil;
}

- (NSArray*)visibleCells {
    return [self.tabView visibleCells];
}

- (void)dealloc
{
    [self.navigationController setDelegate:nil];
}

Looking at your demo writing.

from amwavetransition.

andreamazz avatar andreamazz commented on May 22, 2024

Looks good. Mmmm, it might be a bug, the tabbar should remain in place. I'll take a look at it.

from amwavetransition.

AllLuckly avatar AllLuckly commented on May 22, 2024

oh,thanks,The effect is very good

from amwavetransition.

valentyn-dymaretskyi avatar valentyn-dymaretskyi commented on May 22, 2024

Hey, have any news on this bug?

from amwavetransition.

Related Issues (19)

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.