Skip to content

0.3.0

Compare
Choose a tag to compare
@kcharwood kcharwood released this 22 Jul 13:31
· 193 commits to master since this release

0.3.0 (Monday, July 22nd, 2013)

  • NEW Added a block to determine if a gesture should be recognized, giving the implementer a chance to define where a gesture should be recognized within their views. Please consult the README for additional details. (#25). (Kevin Harwood)
  • FIXED an issue (#56) where the bezel gesture would be detected even if there was no drawer controller on that side. (Kevin Harwood)
  • FIXED an issue (#50) where a subclass could get stuck in an infinite loop in the init method. (Tuan Cao)