devinross / tapkulibrary

tap + haiku = tapku, a well crafted open source iOS framework
http://devinross.com/tapku/documentation
MIT License
3.9k stars 653 forks source link

Double tap left/right arrows registered by view behind #295

Open magnosis opened 10 years ago

magnosis commented 10 years ago

Thanks for this wonderful library!!

On iOS 7 & 8, when I tap very quickly on the left/right arrows to change the month, a tap is being registered by an input field hidden behind the calendar. This should not happen.

My hack around this is to disable/enable the input field when the calendar is show/hidden but I'd rather not have to do that ;)