Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

strong / weak / retain / unsafe_unretained / assign

objective-c cocoa

How do I add Applescript support to my Cocoa application?

mouseExited isn't called when mouse leaves trackingArea while scrolling

Swift put multiple IBOutlets in an Array

Do NSDouble, NSFloat, or other types than NSInteger exist?

objective-c cocoa types

Unable to build using Xcode 4 - The selected run destination is not valid for this action

cocoa xcode xcode4

Is there a way to use the WebKit web inspector from a Cocoa WebView object?

cocoa webkit

Sort an NSArray in Descending Order

iphone objective-c cocoa

Can you manually implement Cocoa bindings?

Where can I find a good tutorial on iPhone/Objective-C multithreading? [closed]

How can I add OS X "tags" to files programmatically?

iOS GCD: Difference between any global queue and the one with background priority (DISPATCH_QUEUE_PRIORITY_BACKGROUND)?

Get CPU percent usage on macOS

objective-c cocoa macos

Difference between + and - methods in Objective-c

iphone objective-c cocoa

NSURLConnection/NSURLRequest gzip support

How to do a natural sort on an NSArray?

objective-c sorting cocoa

What does NSURLConnection's error code "-1009" mean?

Restoring a BOOL inside an NSDictionary from a plist file

How can I both stroke and fill with NSAttributedString w/ UILabel

mouseEntered and mouseExited not called in NSImageView SubClass