Hi!!
I have one mainViewController that is also a delegate for a pickerview contained in the mainView.
I have also another view that contains a coverflow. I want to add the coverflow to my main view and make the mainViewController it's delegate. I do not know if it is possible. I used the following with no success:
@interface MainViewController : UIViewController
I do not know if it is only sintax problem or what do i need to do.
thanks in advantage for your help
Alejandra :)