danielamitay / DAKeyboardControl

DAKeyboardControl adds keyboard awareness and scrolling dismissal (ala iMessages app) to any view with only 1 line of code.
Other
1.58k stars 214 forks source link

Fixed bug where method was in cycle and never returned. #86

Closed BenchR267 closed 8 years ago

BenchR267 commented 8 years ago

@danielamitay do you ever plan to review/merge this pull request? :)

danielamitay commented 8 years ago

Hey @BenchR267, extremely sorry for the... delay? (Can you call 1 year a delay? :P )

Do you remember how you were able to repro this? This shouldn't end up in a cycle, and the early return would prevent the original swizzled method from being called.