2016-04-11 6 views
0

私は問題があります: 私はSWRevealviewcontroller私のアプリでメニューとして使用しています。モバイルショップのアプリケーションです。このメニューには、home screen,account screencartothersがあります。アカウント画面はcontroller with TableViewです。ログイン、アカウント作成などのオプションもあります。 SWrevealviewcontrollerは、最初のコントローラでのみ動作し、テーブルビューでこのコントローラにネストされた他のコントローラはrevealviewcontrollerを参照できません。私は"Show" segueを使用している場合は、それが表示されますが、私はSWRevealviewcontrollerPushControllerを使用しているときには、SWRevealviewcontrollerネストされたViewControllers

(I implemented manual trigerring and the error is, that viewController with table view doesn't recognize segue with ID) 

すべてのヘルプがクラッシュ?

答えて

0

解決済み:私はShow segueを設定し、クラスをSWRevealViewControllerPushControllerに変更しました。 しかし、私はsegueを作成中にSWRevealViewControllerPushControllerを選んだだけではうまくいかない理由を知りたいのですが?