Quote:
Originally Posted by dot
Hello,
I would like to have this example code turned in to using a nib for all the views instead of having them created programmatically.
Please let me know if you can do this and for how much.
Thanks!
|
Do you really want to do this? Have you looked at the source code? There's no animation going on here. The code simply draws 30 full screen images in a loop. The images have the balls and text drawn onto the full screen picture.
This is not proper animation and it's not the starting point for anything worthwhile. I assume you expected to see a xib with uiimage objects on it but they are not there so you can't modify the code to use a xib really as there would be nothing on it but the one uiimageview being used.