problems with properties of UIImageView
  #1 (permalink)  
Unread 12-29-2009, 07:12 PM
LautsprechMan LautsprechMan is offline
Junior Member
 
Join Date: Dec 2009
Posts: 1
Default problems with properties of UIImageView

I'm having trouble programming a simple sprite animation with four frames.

I've tried with a for-loop and with this ImageView.animationImages thing, I recently found on a youtube video. When I run each of those two programs it only shows the first frame.

I have followed a step-by-step instruction and found out that there is only one difference between the instruction-video and what I do:
the line:
@property (nonatomic, retain) IBOutlet UIImageView *imageView;
is different colored.

"UIImageView" is purple in the instructors source code while it's black in mine.
apparently my interface interprets the line different...

Schubidu, Lautsprech
Reply With Quote
Reply

Tags
animation, imageview, property, sprite, xcode

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT. The time now is 11:03 PM.


vBulletin skin developed by: eXtremepixels
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28