Skip to content

Instantly share code, notes, and snippets.

- (void)doTweenTest
{
CGPoint v;
Accessor tweenXY = ^(int cmd, float *values) {
if (cmd == Tween::ACCESSOR_READ)
{
values[0] = v.x;
values[1] = v.y;
return 2;
}
#########################
# .gitignore file for Xcode4 / OS X Source projects
#
# Version 2.0
# For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
#
# 2013 updates:
# - fixed the broken "save personal Schemes"
#
# NB: if you are storing "built" products, this WILL NOT WORK,