XDSpinner

type:
extension
author:
Shilo White
description:
An extension that allows highly customizable activity indicators.
lastupdate:
2013-08-21
compatible:
v2.0
tag:
Spinner, Activity, Indicator
homepage:
https://gist.github.com/6291317
download:
https://gist.github.com/gists/6291317/download
company:
XIDA Design & Technik

Usage

#import "XDSpinner.h"
 
XDSpinner *spinner = [Spinner spinner];
spinner.x = Sparrow.stage.width/2.0f;
spinner.y = Sparrow.stage.height/2.0f;
 
[self addChild:spinner];

Demo Project

Changelog

  • 2013/08/21 09:24: First public version

Source Code

  users/shilo/extensions/xdspinner.txt · Last modified: 2013/08/21 10:07 by shilo
 
Powered by DokuWiki