You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code sitting on our OUIEditableFrame subclass is working in production to set the background color of the current selection, but doesn't work testing it on the latest Omni build. Is there a new design pattern that achieves the same result?
To test I used the TextEditor sample and created a custom menu item that displays when there is a selection. Selecting the menu item calls this method with [UIColor yellowColor]. The background color doesn't change, however.
The text was updated successfully, but these errors were encountered:
This code sitting on our
OUIEditableFrame
subclass is working in production to set the background color of the current selection, but doesn't work testing it on the latest Omni build. Is there a new design pattern that achieves the same result?To test I used the TextEditor sample and created a custom menu item that displays when there is a selection. Selecting the menu item calls this method with
[UIColor yellowColor]
. The background color doesn't change, however.The text was updated successfully, but these errors were encountered: