CosmicMind/Samples

increase size of button title

Opened this issue · 1 comments

I want to increase the fontsize of the buttons how can i increase them.

Material's buttons inherit from UIButton. So this should help you as it is the same change: https://stackoverflow.com/questions/1465305/set-uibutton-title-uilabel-font-size-programmatically. If you need further help, please reopen or create a new issue.