Архив за February, 2012:

New Objective-C literal syntax (Apple LLVM 4.0 compiler in the Xcode 4.4 beta)

Copy from blog.ablepear.com. If you’ve done any Objective-C programming, you’ve seen the NSString literal syntax: 123456// NSString literal NSString *name1 = @"Lana Kane"; // creating NSString from a C string literal NSString *name2 = [NSString stringWithCString:"Sterling Archer"                                     [...]

Теги: , , , , ,

Комментарии отсутствуют

iOS javascript device rotation

Теги: , , , ,

Комментарии отсутствуют

Download Tools for Xcode 4.3

If you need tools for Xcode 4.3, download tools!

Теги: , , , , ,

Комментарии отсутствуют

AsyncURLConnection with pause/resume and progress +block’s

I rewrite one class with async connection, and add progress block and pause/resume. Example usage: 123456789101112131415NSString *comboUrl = @"http://support.apple.com/downloads/DL1484/en_US/MacOSXUpdCombo10.7.3.dmg"; AsyncURLConnection *aConnection = [AsyncURLConnection request:comboUrl                   completeBlock:^(NSData *data, NSString *url) {                       [data writeToFile:filename atomically:NO];       [...]

Теги: , , , , , , , ,

Комментарии отсутствуют

ANSI escape sequences for coloring

More about ANSI escape code I modify my twitter script from previous post and now timeline looks like this:

Теги: , , , ,

Комментарии отсутствуют

My Modified Neon(author zb3k) Bowtie theme

If album does not has artwork: Download theme

Теги: , , ,

Комментариев (2)