Andrea Mazzini
Andrea Mazzini
I see. I'll try to reproduce the issue and get back to you.
Can you elaborate a bit more?
Uhm, the tab bar animates? That's odd, can you include a video capture of the app by any chance?
Oh, I'm an idiot, I was thinking about another library :grimacing: Ok, can you show me your `visibleCells` method? You are pushing the new controller in the navigation controller's stack,...
No problem. Can you post your `visibleCells` method implementation?
Looks good. Mmmm, it might be a bug, the tabbar should remain in place. I'll take a look at it.
Hi @siideffect You can integrate the ObjC lib in your Swift project with CocoaPods, Carthage or by downloading the [compiled framework](https://github.com/andreamazz/AMWaveTransition/releases/tag/0.6.2) in the release section. You can also integrate it...
You can check the destination controller's class in your delegate method, and return nil to use the default animation: https://github.com/andreamazz/AMWaveTransition/blob/master/Demo/Demo/ViewController.m#L68
Should be easy to do, I'll look into it.
Hi @Sumukh Can you elaborate? How can I reproduce the issue?