user2310668
user2310668

Reputation:

Generate storyboard ios

I want to do a slid-out menu in my app, but the problem is I dont find my storyboard in the project, there is a way to generated from the xib file ? or a new empty storyboard can do the job ?

Upvotes: 0

Views: 64

Answers (1)

gran33
gran33

Reputation: 12981

You better use a .xib instead of a storyboard for side menu.

See this GIT repo for side menu - recomend

https://github.com/mikefrederick/MFSideMenu

Upvotes: 1

Related Questions