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
Bias Namyelus
1,247 PointsCrystalBall Animation Problem
When I run my CrystalBall app on the stimulator, It does the animation up until the 7th, 8th, or 9th image (this is random), then goes back to the background image. How can I fix this?
2 Answers
J.T. Gralka
20,126 PointsCan you post some of your code so that we can help pinpoint the issue? It works best if you upload your entire XCode project to a file sharing site like Dropbox.
Without seeing your code, I'd only be guessing. Worse comes to worse, it would still be helpful if you copied your code into a reply to this thread. If you decide to copy-paste, just try to use the code markdown by placing four spaces or a tab before each line of your code, like this:
NSString *hello = @"Hello World!";
Best,
J.T.
Bias Namyelus
1,247 PointsThanks for looking at this. The source code is here: https://www.dropbox.com/s/k5mmtsnuf1e595b/CrystalBall.zip