Gabriel Afonso

Results 3 comments of Gabriel Afonso

I saw the error here! Let me explain it: In `UIScrollView+TPKeyboardAvoidingAdditions.m` in the `line 73` of this class you will see a if when it validate the ´firstResponder´ and you...

I red about that problem, the issue is a bug in iOS 8. You can solve that adding this code in your CollectionCell sub class - (void)setBounds:(CGRect)bounds { [super setBounds:bounds];...