John-Lluch / SWRevealViewController

A UIViewController subclass for presenting side view controllers inspired on the FaceBook and Wunderlist apps, done right !
Other
4.52k stars 989 forks source link

Swift with Storyboard - Define a default front view #473

Closed q4z1 closed 9 years ago

q4z1 commented 9 years ago

I do have a Swift Application using Storyboard. The SWRevealViewController is working fine so far. I would like to define a default front view (the Identifier is taken from a user defined setting value), so that this view will be displayed initially when app is launched. Is this possible?

q4z1 commented 9 years ago

I found a Swift SlideMenu solution which fits my needs.