mikefrederick / MFSideMenu

Facebook-like side menu for iOS
Other
1.17k stars 291 forks source link

pass data to Side Menu - storyboards #141

Closed abrantw73 closed 10 years ago

abrantw73 commented 10 years ago

Can't seem to pass data to the Side Menu using Storyboards and listening for MFSideMenuStateEventMenuDidOpen. Simply trying to set label on Side Menu. No errors nor crash, just no data. Brand new to iOS, and I apologize in advance if this is not the best place to post this. See following code:

pkishino commented 10 years ago

Hey, It's been a while since I played with MFSideMenu but couldn't you just use segues? if you are already using storyboards you might as well take advantage of the tools. that way you don't need to instantiate the controller and such, just pass along the data

mikefrederick commented 10 years ago

I am closing this because it has been a while and I am assuming you figured this out. Nothing in the library should prevent you from setting a property on a side menu.