TeamGreenMobileApp2015 / HotelApp

0 stars 0 forks source link

Model to match Department objects to the click event on the Menu #13

Closed RyanDawkins closed 9 years ago

RyanDawkins commented 9 years ago

There's a few ways we can do this...

Either way this needs to get done. We can create the CalendarViewController storyboard before this if we want however.

This is a subissue of #8

nathan-hoover commented 9 years ago

Maybe I am confused but isn't this already done? The prepareForSegue method in the ViewController class detects the icon pressed using a segue.identifier and sends data to the CalanderViewController. If we need to send more data I can add that to the code I already wrote to do this. Sorry if I didn't understand in advance.

RyanDawkins commented 9 years ago

This is done now.