keitaoouchi / MarkdownView

Markdown View for iOS.
MIT License
1.97k stars 206 forks source link

Clear before rendering again #67

Closed BBITSDev closed 3 years ago

BBITSDev commented 3 years ago

Simulator_2021-03-17 13-14-23 Any possible way to clear the view before rendering another markdown text?

BBITSDev commented 3 years ago

Never mind, I managed to repopulate it by reinitialising it. Initially it was implemented through interface, but then I switch to add it programatically, upon every new selection of MD file, I use to dealloc and realloc the same, works like a charm.

Thanks!