tags:

views:

29

answers:

2

Where can I find the PNG files to the iPhone UIActivityIndicatorView animated indicator?

A: 

You could try looking in the Springboard.app. (Springboard is the home screen in iOS.) It should be located somewhere like:

/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/CoreServices/SpringBoard.app

The path will vary depending on the version of the SDK that you have installed.

I am away from my mac, so if you do find it there, please post a comment and I'll update my answer to add the specific information about where you found it.

GregInYEG
+1  A: 

Use the UIKit Artwork Extractor. You'll find the files in Shared/ProgressGear....png.

Ole Begemann
very nice solution!
bob