我已经在我的项目中使用故事板实现了 JASidePanels 。
LeftViewController,CenterViewController并且在 Identity Inspector 中RightViewController具有相同的自定义类“ myViewController”,我可以将功能添加到其中代码所在的按钮中myViewController.m,代码需要在myViewController.m
问题是当我需要检查in 是否可见时,即使elementXinCenterViewController可见,它也总是返回,而且我想知道如何实现一个内部,当内部或按下按钮时,我可以在其中显示/隐藏面板。Hidden = NoelementXCenterViewController[self showCenterPanelAnimated:animated];myViewController.mLeftViewControllerRightViewController
提前致谢