dmgctrl/StyleKit-Demo

Add support for selectedState on UIButton

Closed this issue · 0 comments

Should be able to support the following JSON to set the background and text color of a button:

        "selectedState": {
            "backgroundColor": "blackColor",
            "textColor": "purpleColor"
        },