Okay, so I'm obviously a newbie, but I need some help passing a variable to another view. I'm using the Utility Template in Xcode.
I think I have everything linking properly (including the proper header files and whatnot). Just don't know the proper syntax. Here's what I'm trying:
NSDate *time =[flipsideViewController.datePicker date];
If I run this in RootViewController.toggleView it works fine.
Any would would be greatly appreciated!