manuelzi
manuelzi
Did anyone find a solution for displaying local images?
> Hey Manuelzi, I didn't remember how I fixed it, but you can see it on the file. > > > > https://github.com/securityfirst/Umbrella_ios/blob/master/Umbrella/ViewControllers/Lesson/MarkdownViewController.swift Thank you, will check it out!
@lucascorrea Got it working with MarkdownView. Just had to remove "file://" from the URL encoded string. Thanks again! ```swift let imageElement: String = Bundle.main.path(forResource: "", ofType: "png").map { let imageUrl...
@MitchBradley Great work, thank you for sharing!