Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

No, really. What is the proper way to handle keyboard input in a game using Cocoa?

cocoa macos

Activate a window using its Window ID

Alternative method for NSURLRequest's private "setAllowsAnyHTTPSCertificate:forHost:"?

How to test with NSUserDefaults?

IBOutlet instance variables in implementation (.m) files

objective-c cocoa

Is it possible to create a view-based NSTableView purely in code?

swift cocoa

Xcode 4 and BWToolKit

How do I synthesize sounds with CoreAudio on iPhone/Mac

Understanding View Controller Nesting in iOS

Does an @autoreleasepool {} drain when returning / exiting early?

Why do Xcode templates have #imports that duplicate Prefix.pch?

Keep getting "This NSPersistentStoreCoordinator has no persistent stores. It cannot perform a save operation." upon closing my app (OSX)

Swift - getting a Mac App to launch on startup

macos cocoa swift

How to disable user interaction in a custom View

objective-c macos cocoa nsview

Why do Objective-C objects have to be dynamically allocated?

Where to look up the date format specifiers used in cocoa / cocoa touch?

How to create static library for iOS without making all symbols public

Receiving 2 KVO notifications for a single KVC change

Reusing a CGContext causing odd performance losses

Parsing rfc3339 dates with NSDateFormatter in iOS 4.x and MacOS X 10.6: impossible?