J'ai le code suivant dans mon fichier .h
@interface tweetViewController : UIViewController<UIPickerViewDataSource ,UIPickerViewDelegate> {
NSArray *activities;
NSArray *feelings;
}
et dans mon fichier .m j'ai utilisé la propriété @synthesize
#import "tweetViewController.h"
@synthesize activites,feelings;
mais il me montre le message d'erreur....