pmusolino / PMSuperButton

🔥 PMSuperButton is a powerful UIButton coming from the countryside, but with super powers! 😎
MIT License
724 stars 44 forks source link

Method myButton.showLoader() does not hide text while loading #11

Closed patopipp closed 6 years ago

patopipp commented 6 years ago

I'm trying to use the method showLoader(), the loader appears and spins but the text does not hide as shown in the example in the first part of https://github.com/pmusolino/PMSuperButton.

pmusolino commented 6 years ago

Try to set the button as Custom Type in Storyboard and let me know 👍

patopipp commented 6 years ago

Thanks! Setting the button as Custom Type fixed my problem!