Video embedding

This commit is contained in:
Ali
2020-06-23 21:35:38 +04:00
parent 71d91f6bff
commit 4f672eed44
15 changed files with 624 additions and 169 deletions

View File

@@ -644,6 +644,13 @@ public enum TabBarItemContextActionType {
open func tabBarItemSwipeAction(direction: TabBarItemSwipeDirection) {
}
open func updatePossibleControllerDropContent(content: NavigationControllerDropContent?) {
}
open func acceptPossibleControllerDropContent(content: NavigationControllerDropContent) -> Bool {
return false
}
}
func traceIsOpaque(layer: CALayer, rect: CGRect) -> Bool {