marcosgriselli / SwipeableTabBarController

UITabBarController with swipe interaction between its tabs.
MIT License
1.54k stars 107 forks source link

Can you make the swipe smoother? #29

Closed HackShitUp closed 6 years ago

HackShitUp commented 7 years ago

Sorry, this isn't a bug, but I think the UIPanGestureRecognizer could optimize performance when navigating between view controllers in the UITabBarController.

marcosgriselli commented 7 years ago

Well, there's not much going on on the SwipeInteractor. Are you getting performance issues when swiping?

HackShitUp commented 7 years ago

@marcosgriselli Sometimes, the app "blacks - out" on the camera if I swipe too fast or the view controllers freeze in their previous positions. But I figured it wasn't an issue pertaining to this project because I'm customizing the tabbar (I make the tabbar translucent and I apply a gradient background shadow to it) which may be causing it.

HackShitUp commented 7 years ago

It's quite hard to build a project such as this that "just works" when trying to modify what's given with UIKit.

marcosgriselli commented 6 years ago

@HackShitUp please check 1.0.10 release. It handles the black screen situation.

HackShitUp commented 6 years ago

@marcosgriselli Thanks, but I've decided to forgo using SwipeableTabBarController for my application...