Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c

Center an NSView within an NSScrollView

How do I cede focus to the previous application in Cocoa?

objective-c cocoa macos

copyWithZone setting instance variables?

objective-c

How to efficiently show many Images? (iPhone programming)

Decorator pattern in Objective-C

Purpose of @ Symbol Before Strings?

iphone objective-c

WebDav client library for iOS [closed]

iphone objective-c ios webdav

Using a block object instead of a selector?

objective-c syntax

Why does NSUserDefaults return a deallocated string? (update #2)

Sort NSArray of NSStrings like Addressbook on iphone sort

Difference between parentheses and square bracket in objective-c

objective-c

Get the current URL of Cocoa's WebView

objective-c cocoa webview

Bad text rendering with Core Animation

Difference between [self MethodName] and [self performSelector:@selector(Method Name)]

Improving the Quality of Randomness in Objective-C

objective-c ios random

When should I use NSURL instead of NSString and vice versa?

Cocoa NSTextField line spacing

Error: Cannot use typeid with -fno-rtti

iOS: Block property directly set crashes when accessed

Why can't a designated initializer call a secondary initializer in its base class?