RMActionController icon indicating copy to clipboard operation
RMActionController copied to clipboard

Missing property to specify border width (Default is 10)

Open Oggerschummer opened this issue 8 years ago • 1 comments

Hi,

really appreciate your work.

Would it be possible to add a property that allows a subclass to specify the border width to be used ?

Currently the constraints are fixed to 10px when setting up the container constraints in setupConstraints. From a visual perspective it would fit better to my app if this was only 2px. The same issue I have with setupTopContainersTopMarginConstraint where you use a fixed size as well.

So ideally one would be able to set the leading, trailing, top and bottom margin from a subclass using a public float property or a function that one could override in a subclass.

Oggerschummer avatar Nov 15 '16 16:11 Oggerschummer

Hey!

Sounds like a doable suggestion. I'll take a look at this for the next release :)

CooperRS avatar Nov 20 '16 11:11 CooperRS