Cocos2dUtilities
Utilities developed by HurleyProg for use with Cocos2d
 All Classes Functions Variables Properties Pages
Class Methods | List of all members
CCLoadingOverlay Class Reference

#import <CCLoadingOverlay.h>

Inheritance diagram for CCLoadingOverlay:

Class Methods

(id) + nodeWithFont:
 
(id) + nodeWithMessage:withFont:
 

Detailed Description

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.

Method Documentation

+ (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.


The documentation for this class was generated from the following files: