RCActionView
RCActionView copied to clipboard
How do i change font?
In code i can see you have used system font and i cant see any option to override that.
The inits set the system font, you can manually change the code there to any font you want. You can also add the UIFont as a parameter for the inits as well. When you finish you can send a pull request ;)