Using richEditorToolbarChangeTextColor I push new VC with color selection
Color is selected, then we go back to initial VC with editor
In viewDidAppear I try to setTextColor(color)
Effect: text selection disappeared, in effect text color has been set for new text (which will be tapped in) not one I selected.
Scenario:
Is there any way to make it work?