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.
Asked
Active
Viewed 81 times
-3
-
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