我正在做一个项目,我已经实施了didSelectItemAtIndexPath:
来实现滑出式菜单&现在我有以下情况 -
我的故事板中已经有一个视图控制器,其类设置为**SWRevealViewController**
,但无法通过任何方式与我的SWRevealViewController
互连 < /强>
1) CreateNotificationVC 嵌入在导航控制器中 CreateNotificationNVC 。
2)我有一个TableViewController,我想成为我的backVC。
storyBoardID -
CreateNotificationNVC - &#34; createNtfctnNVC&#34; rearTableViewController - &#34; rearTVC&#34;
情景 -
当用户移动到此VC&amp;时,我希望 CreateNotificationVC 充当 frontViewController 实现SWRevealViewController的所有类型的功能。
现在代码 -
在我的CreateNotificationVC中 -
CreateNotificationVC
问题 - 从CreateNotificationVC中的任何按钮滑动或切换都不会导致显示幻灯片菜单。
请帮助解决这个问题,因为在第三方中没有太多作品可以在swift中找到。