I was having transition animation problems that caused my view controller to pop in front of the TabBar. I created a delegate protocol for both SloppySwiper and SSWAnimator that lets the end user set whether or not they want to animate the TabBar when swiping.
I also added a delegate method that allows the end-user to set the amount of dimness that occurs during the transition animation.
I created two protocols so that the SSWAnimator class could be hidden from the end user of SloppySwiper.
This solves a few issues.
SloppySwiper
andSSWAnimator
that lets the end user set whether or not they want to animate the TabBar when swiping.I created two protocols so that the SSWAnimator class could be hidden from the end user of SloppySwiper.