-3

I'm using SWReveal for creating slide out menu. I don't have Storyboard. I deleted it. I have to set identifier to segue like "sw_front" and "sw_rear". How can I do this without storyboard? Please, don't ask me why I deleted storyboard.

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
  • http://stackoverflow.com/a/9675186/1219956 – Fonix Apr 19 '16 at 08:30
  • You can't create segue if you don't have storyboard. You can use SWRevealController using xib, please refer the sample app `https://github.com/John-Lluch/SWRevealViewController/tree/master/RevealControllerExample2` – Midhun MP Apr 19 '16 at 08:31
  • This is (at least) the second problem you're encountering because you've chosen not to use storyboards. Start using storyboard. And learn autolayout ;-) – Marius Waldal Apr 19 '16 at 09:54

1 Answers1

1

If you don't have storyboard you can't set segue...!!

Ketan Parmar
  • 27,092
  • 9
  • 50
  • 75