importsGraphics
A Boolean value that controls whether the user can drag image files into the text field.
Declaration
var importsGraphics: Bool { get set }Discussion
If true, the text field accepts dragged images; if false, it doesn’t. You can add images programmatically regardless of this setting.