/*
 * NSCoder night, Toronto edition
 * @NSCoderTO | NSCoderTO Meetup group | Toronto Apple User Group
 *
 * Next meetup: Cocos2d book club, meetup #2
 */

Come learn Cocos2D with us!

The Cocos2D book club will run from January 28 to the end of April. Join us!

NSCoder Night Recaps


UIView *view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 200)];
UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, 320, 40)];

[label setText:@"Hello, I am a web site in progress..."];
[view addSubview:label];

// FIXME...