Closed Daxito closed 7 years ago
Hi @Daxito, I had the same request and I did it like this. In you main controller,
if (self.previewViewController is DULMapViewController){ self.previewViewController?.view.isHidden = true }
Hope this will help you.
Best regards
@fontained it worked!! Thanks!!
Hi, I just updated the library from 4.2 to 4.3 and there is a map in one corner of the screen that I am not sure how to hide, are there any docs about how to hide this?
Thanks