Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Simple iPhone App (iOS7) Testing and Debugging Debugging Basics

Ghaz Sabh
Ghaz Sabh
5,005 Points

property animationImages not found on object of type UIView

self.backgroundImageView.animation Images = [[NSArray alloc] initWithObjects:

I'm at stage animating and intercepting events, "Image based animation" but getting error "Property 'animationImages' not found on object of type 'UIView *' "

I went over the videos many times but can't find where is the issue. Not sure if the i have deleted some code and can't see i can't see any other error.

4 Answers

Rashii Henry
Rashii Henry
16,433 Points

make sure when you declared your imageView in your header file make sure you used UIImageView and not UIView. && in the question above you have a space in between animation and images.

Ghaz Sabh
Ghaz Sabh
5,005 Points

nothing working mate, I have tried what you told me to do, still not working, very disappointed with TREEHOUSE, when it come to help they wash them hands from any kind of help and it all start with them video missing steps, when email asking them they use the discussion and they wait for us to figure it out. sounds to me they don't know any more then what they show you. there is saying ask someone who's worked on not a teacher.

Rashii Henry
Rashii Henry
16,433 Points

Im sorry your having trouble but treehouse is just suggesting that you allow a student to answer because as the more experienced students answer questions it helps us learn while we're explaining it to you guys. Could you paste some could and tell me what exactly trying to do, ill help you get it solved.

Ghaz Sabh
Ghaz Sabh
5,005 Points

Thank you so mush rashii, I don't have any issue with people point to me where I did wrong.

self.backgroundImageView.animation Images = [[NSArray alloc] initWithObjects: "Property 'animationImages' not found on object of type 'UIView *' " [UIImage imageNamed: @"BC00001"], [UIImage imageNamed: @"BC00002"], [UIImage imageNamed: @"BC00003"], [UIImage imageNamed: @"BC00004"], [UIImage imageNamed: @"BC00005"],

Can't what i did wrong, i have gone over the video many times and googled could not find where is the issue.

Rashii Henry
Rashii Henry
16,433 Points

alright i see your code. Are you stuck on a code challenge or in xcode? if its a code challenge tell me exactly what the question is asking. if its just xcode let me know what time frame of the video your in so i can go exactly to see how much you've done so far.

Ghaz Sabh
Ghaz Sabh
5,005 Points

'm at stage animating and intercepting events, "Image based animation" but getting error "Property 'animationImages' not found on object of type 'UIView *'

if you like i can email the project file to see what i have done so far.