no message

This commit is contained in:
Peter
2017-03-30 22:25:57 +03:00
parent d057bc1f6a
commit 6238c5d9d6
110 changed files with 1961 additions and 437 deletions

View File

@@ -74,4 +74,8 @@ final class SearchDisplayController {
contentNode.removeFromSupernode()
}
}
func previewViewAndActionAtLocation(_ location: CGPoint) -> (UIView, Any)? {
return self.contentNode.previewViewAndActionAtLocation(location)
}
}