Rui Peres
Rui Peres
A quick replacement for the `UIView animateWithDuration`. On my case I have a `UIImageView` behind a FXBlurView: ``` - (void)startAnimating { if (_displayLink) { [_displayLink invalidate]; } _displayLink = [CADisplayLink...
I am seeing the same happening on my setup. Two CollectionViews nested. The outer CollectionView is not supposed to animate, but the inner is.
@nwalter08 did it fixed the issue calling `[self.view removeKeyboardControl];`? Because I having the same issue. In DAKeyboardControl.m on the `addKeyboardControl:actionHandler:` I putted a `if ([self isKindOfClass:[UIView class]]){}` around the notifications...
I am having the same issue. Were you able to find a solution?
It might make sense to instead return a tuple `(numberOfTracksPlayed, numberOfTracksAvailable)`. This for me is particular useful to assert expectations. I had cases where with RAC, I was expecting an...
I am seeing this as well. :( Any luck?
@bryan1anderson we are evaluating a re-design of this library for it to be flexible and as a side-effect handle your use-case.
Hi @AlexeyIS thank you so much for your contribution! One of the goals we have for DrawerKit is to keep it as small and focused as possible. I guess that's...
Any update regarding this PR? ❤️
@jfahrenkrug who would you recommend to help maintaining this project? Ultimately that's really the question.