Displaying indexed png- files out of NSArray on the iphone screen
- by Thomas Hülsmann
Hi,
i like to create an artwork counter- display on an iphone, diplaying 0 to 9. The 10 digits are 10 png- files with the numbers 0 to 9 as their artwork content. The 10 png- files are implemented by using NSArray. Following you'll find the implementation- code:
zahlenArray = [NSArray arrayWithObjects:
[UIImage…