15 May 25
27 Sep 21
26 Feb 21
19 Jan 21
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
08 Apr 13
12 Jun 12
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