iOS SDK 2.33.1

Bug Fixes

  • Added theme options for the Stock UI of the Quiz Widget. Add the submitButtonEnabled and submitButtonDisabled components to your theme json. See sample below.
{
  "version": 1,
  "widgets": {
    "quiz": {
      "submitButtonEnabled": {
        "borderRadius": [
          0,
          0,
          0,
          0
        ],
        "padding": [
          0,
          0,
          0,
          0
        ],
        "fontFamily": [
          "sans-serif"
        ],
        "fontSize": 16,
        "borderWidth": 0,
        "fontWeight": "normal",
        "margin": [
          0,
          0,
          0,
          0
        ],
        "borderColor": "00000000",
        "fontColor": "ffffff",
        "background": {
          "color": "00000000",
          "format": "fill"
        }
      },
      "submitButtonDisabled": {
        "borderRadius": [
          0,
          0,
          0,
          0
        ],
        "padding": [
          0,
          0,
          0,
          0
        ],
        "fontFamily": [
          "sans-serif"
        ],
        "fontSize": 16,
        "borderWidth": 0,
        "fontWeight": "normal",
        "margin": [
          0,
          0,
          0,
          0
        ],
        "borderColor": "00000000",
        "fontColor": "ffffff",
        "background": {
          "color": "00000000",
          "format": "fill"
        }
      }
    }
  }
}