close()
Closes the view, releasing the current preview item.
Declaration
func close()Discussion
Once a QLPreviewView is closed, it won’t accept any more preview items. You only need to call this method if shouldCloseWithWindow is set to false. If you don’t close a QLPreviewView when you are done using it, your app will leak memory.