When adding an image to a RichTextEditor in a document-based iOS app, the image is correctly resized.
However, when later opening the document with the image, the image is not initially resized to fix the screen. As you then start to type, the image is resized as the text changes.
When adding an image to a
RichTextEditor
in a document-based iOS app, the image is correctly resized.However, when later opening the document with the image, the image is not initially resized to fix the screen. As you then start to type, the image is resized as the text changes.