AnimateTabbarBadgeView
AnimateTabbarBadgeView copied to clipboard
Results
1
AnimateTabbarBadgeView issues
Sort by
recently updated
recently updated
newest added
hello. I using this code: ``` shakeAnimation.fromValue = NSValue(cgPoint: CGPoint(x:view.center.x, y:view.center.y - 4)) shakeAnimation.toValue = NSValue(cgPoint: CGPoint(x:view.center.x, y:view.center.y + 4)) ``` But the badge display wrong position. Can u help?...