Quote:
Originally Posted by smasher
At that point you can no longer have an array of UIViews - you should probably make your own "Rock" class that inherits from NSObject and has a pointer to a UIImageView, along with a counter for the score or hit points or velocity or angle or whatever else you need.
|
Could you give me a few pointers on how I would that up, and use it on a large number scale and randomness that I could use with the Random Rock example?