Cocos2dUtilities
Utilities developed by HurleyProg for use with Cocos2d
|
#import <CCLoadingOverlay.h>
Class Methods | |
(id) | + nodeWithFont: |
(id) | + nodeWithMessage:withFont: |
An subclass of CCLayer that cover the screen, shows a UIActivityIndicatorView, and displays a message to the user. Remove the overlay by removing it from the scene it's a child of.
+ (id) nodeWithFont: | (NSString*) | fontName |
Default node method. The message shown under the UIActivityIndicatorView will be "Loading"
+ (id) nodeWithMessage: | (NSString*) | spinnerMessage | |
withFont: | (NSString*) | fontName | |
Optional node method that allows the programmer to set the message.