Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

BDBPopupViewController 1.1

Latest
Compare
Choose a tag to compare
@bdbergeron bdbergeron released this 23 Jul 06:27
· 3 commits to master since this release
  • Added bdb_ prefix to all category methods and properties
  • Use CAKeyframeAnimation for BDBPopupViewShowAnimationZoomIn instead of nested UIView animate: calls
  • Added animation completion callback to CAKeyframeAnimation using internal delegate class
  • Reformatted for easier reading
  • Added braces to all conditionals for added safety