Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

no declaration of property 'imageview' found in the interface

i am having trouble with these two errors i have tried many ideas but still no luck, here is how it looks

#import "IntroViewController.h"

@implementation IntroViewController
@synthesize imageview; <no declaration of property 'imageview' found in the interface

-(void)viewDidLoad {

imageview.animationImages = [NSArray arrayWithObjects: <' undeclared (first use in this function)
[UIImage imageNamed:@"Logo 1.jpg"],
[UIImage imageNamed:@"Logo 2.jpg"],
[UIImage imageNamed:@"Logo 3.jpg"],
[UIImage imageNamed:@"Logo 4.jpg"],
[UIImage imageNamed:@"Logo 5.jpg"],
[UIImage imageNamed:@"Logo 6.jpg"],
[UIImage imageNamed:@"Logo 7.jpg"],
[UIImage imageNamed:@"Logo 6.jpg"],
[UIImage imageNamed:@"Logo 5.jpg"],
[UIImage imageNamed:@"Logo 4.jpg"],
[UIImage imageNamed:@"Logo 3.jpg"],
[UIImage imageNamed:@"Logo 2.jpg"],
[UIImage imageNamed:@"Logo 1.jpg"], nil];
imageview.animationduration = 6.00;
imageview.animationRepeatCount = 1;
[imageview startAnimating];
[self.view addSubview:imageview];

}


the < represent the errors, please help and thanks!

Mac OS X (10.6.6)

Posted on Feb 28, 2011 6:58 PM

Reply
5 replies

no declaration of property 'imageview' found in the interface

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.