Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

If the UIApplicationMain() never returns then when does the autorelease pool gets released?

iphone cocoa

How to make a file invisible in Finder using objective-c

objective-c cocoa macos file

Using NSView instances as NSDictionary keys?

Open/edit a .txt file located in application bundle with NSTextView object

cocoa nstextview

How to find the location of the mouse in objective-c

objective-c cocoa mouse

Get notification using NSDistributedNotificationCenter for iTunes on song info change

Where does the Finder obtain the "date added" of an item in a folder?

Stop an NSRunLoop from a timer

NSTableView backed by NSArrayController: why does setContent: work while IB doesn't?

How to know when a HID USB/Bluetooth device is connected in Cocoa?

Having trouble with a Crash Report - EXC_BAD_ACCESS

Finding if a class is key-value-compliant for a given key

Programmatically launch Mac Calendar.app (and choose specific date) from my app?

Conditional compiling of Objective-C in a Swift project

ios objective-c cocoa swift

OS X Cocoa - how can one detect trackpad zoom gestures?

NSToolbar created programmatically starts empty and won't save

Rotate NSImageView at its Center to Make it Spin

Cocoa tips for PHP developers?

php c objective-c cocoa

Debugging an exception in a Cocoa app

cocoa debugging

Cocoa equivalent of .NET's Environment.SpecialFolder for saving preferences/settings?

cocoa preferences