[go: up one dir, main page]

01 May 13

Learn Xcode Storyboard, a powerful tool that allows you to design an iPhone App without a single line of code.

by lamnatos 13 years ago

06 Jun 12

self.view.backgroundColor = [[UIColor alloc] initWithPatternImage:[UIImage imageNamed:@”bgs/fileinbundle.png”]];

by bbohling 13 years ago

03 Jun 12

importing code that basically converts raw data to Core Data entities

by bbohling 13 years ago

It may not be obvious but UIAlertView could be created and presented in one line of code. The reason is to avoid local variable to hold the view instance while it’s created, displayed and autoreleased.

by bbohling 13 years ago