RMActionController icon indicating copy to clipboard operation
RMActionController copied to clipboard

Request to expose labels

Open jyounus opened this issue 7 years ago • 1 comments

Hey there,

As far as I understand, the only way to modify the default fonts is by subclassing.

Is there any chance you could expose those labels/buttons so we can modify them directly, instead of having to subclass? I'm currently having issues trying to subclass in Swift using Generics. I'm forced to create concrete subclasses and that's not ideal. :/

I just want to modify the font for the title/description header text, as well as the RMAction buttons I add. Not just for RMActionController but also for the RMDateSelectionViewController.

Is this something you would consider adding, a better way to modify default values without having to subclass? Even you don't want to expose the UI elements directly, using a custom "default styles" object/class would do the job as well.

What do you think?

jyounus avatar Oct 29 '17 12:10 jyounus

Sound like a good idea 👍

CooperRS avatar Nov 26 '17 17:11 CooperRS