zoonooz / ZFRippleButton

Custom UIButton effect inspired by Google Material Design
MIT License
1.41k stars 110 forks source link

Xcode 7.1 errors (not public methods) #19

Closed melnikovpa closed 9 years ago

melnikovpa commented 9 years ago

Hello!

Thank you for fix previews issue. But the code still have errors. You have some methods as private, this methods should be public.

http://joxi.ru/8ZrJodMieDlvmj

            cell.controlButton.rippleBackgroundColor = .grayColor()
            cell.controlButton.rippleColor = .lightGrayColor()
            cell.controlButton.ripplePercent = 1

Can you fix it?

zoonooz commented 9 years ago

:sweat_smile: