Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Maximum number of concurrent NSURLConnections to the same host?

How to change retina display system preferences in OSX?

macos cocoa retina-display

How do I route menu actions to an NSViewController inside a window?

Cocoa Sandbox: How to get permission to write multiple files or to a directory with NSSavePanel

cocoa appstore-sandbox

How to change NSMenuItem Title (Login to Logout)

Using a LaunchAgent inside the Mac app sandbox

Is there a robust way to detect first responder changes in subviews?

Changing height of NSSearchField

objective-c cocoa

Why the view controller not follow the window controller's appearance in segue "Modal"?

Possible locations to call addObserver and removeObserver methods

Code in NSTimer prevents automatic sleep

cocoa macos sleep

How do I know when an attachment attribute is being added to my NSTextView?

cocoa nstextview

How do I share a Core Data store between processes using NSDistributedNotifications?

cocoa core-data ipc

Variable Substitution with FetchRequests stored in a CoreData Model

xcode 3.2.2 and objective-c 2.0 and debug: where are my object's property/instance variable values in debug?

Vertically center NSTextFieldCell?

Accept mouse clicks without activating the application?

cocoa macos focus

Is it possible to use FSEvents to get notifications that a folder has been moved?

cocoa fsevents

Returning mutable vs. returning immutable (non-member-)objects

When would a class ever have more than one designated initializer?