From 8ea5b126e7e1a26eea4c812733871b44b847518a Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Wed, 31 Oct 2018 15:29:18 -0400 Subject: [PATCH] panel protocol available --- MVMCore/MVMCore/MainStructure/PanelProtocol.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MVMCore/MVMCore/MainStructure/PanelProtocol.h b/MVMCore/MVMCore/MainStructure/PanelProtocol.h index 5ab0ae3..2db89c7 100644 --- a/MVMCore/MVMCore/MainStructure/PanelProtocol.h +++ b/MVMCore/MVMCore/MainStructure/PanelProtocol.h @@ -14,6 +14,9 @@ @optional +// The panel can return if it should be available or not. +- (BOOL)panelAvailable; + - (void)panel:(UIViewController *_Nullable)panel viewWillAppear:(BOOL)animated; - (void)panel:(UIViewController *_Nullable)panel viewDidAppear:(BOOL)animated; - (void)panel:(UIViewController *_Nullable)panel viewWillDisappear:(BOOL)animated;