nathanlea / HotelReservation

0 stars 0 forks source link

Confirmed that data persists up to reservation validation. Removed ne… #73

Closed kdangel closed 8 years ago

kdangel commented 8 years ago

…cessary console prints and added one in the reservation that prints data from each model so that you can see what you have to that point. You can continue the data onward if you follow my examples up to this point. Remember when introducing new models you must declare and initialize one first. Then pass it on as an optional to the destination view controllers. I hope this helps.