Text

Answered

Change the diplayviewcontroller's line color(Rulled)

Hi,

I want to change the color of the ruled line.(In display view controller)

EX:

If i click the button "A" the ruled line's color was changed into the gray(That one was default).

if i click the button "B" the ruled line's color was change into the blue.

How can i achieved that?


Best Answer

Dear Kannan,


currently, in order to change the color of the guidelines, you can proceed as follows (replace #ff0000ff with the color code you prefer): editor.setTheme(".guide { color: #ff0000ff }");


Best regards,


Olivier

1 Comment

Answer

Dear Kannan,


currently, in order to change the color of the guidelines, you can proceed as follows (replace #ff0000ff with the color code you prefer): editor.setTheme(".guide { color: #ff0000ff }");


Best regards,


Olivier