Arek Holko
Arek Holko
Thank you. Do you have – by any chance – steps to reproduce this crash on devices with iOS 8?
Hey, can you see if this helps? > If you're having problems with a `UINavigationController` inside of a `UITabBarController` that is causing the UITabBar to pop out of view during...
Did you set yourself as a `delegate` on `SloppySwiper` instance?
No, it's the other way around: ``` self.myObject = self.swiper.delegate; ```
I don't know how your app is set up. It can be any object that conforms to `SloppySwiperDelegate` protocol.
If this doesn't help: > If you're having problems with a `UINavigationController` inside of a `UITabBarController` that is causing the `UITabBar` to pop out of view during the animation process,...
This works fine in the example project: https://github.com/fastred/SloppySwiper/tree/master/Example
Thanks for posting a workaround and a sample code! I think this may be a bug in SloppySwiper. I haven't used it with a custom `leftBarButtonItem`. I'd investigate the logic...