Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Programmatically check whether monitor is switched off

objective-c cocoa macos

How can I make NSUndoManager's undo/redo action names work properly?

cocoa undo nsundomanager

How to make NSSearchField send action upon autocompletion?

Reasons for an IBOutlet to be nil

objective-c cocoa iboutlet

Private methods in a Category, using an anonymous category

How to create an Interface Builder plugin in XCode5+?

Why does setting initialFirstResponder have no effect?

Add an image (or other resources) to a Mac or iOS Framework

objective-c ios cocoa

KVO: Can I remove all observers from concrete object

What locale argument to pass to NSDecimalNumber +decimalNumberWithString:locale: so it always works with NSString's using the dot (.) decimal mark?

Capture mouse cursor in screenshot

objective-c macos cocoa

Verifying app's signature by code [duplicate]

Two UILongPressGestureRecognizer, one can fire, the other cannot

iphone ios cocoa ipad

NSMutableArray: is it faster to remove all objects or to init a new NSMutableArray?

Overriding "Edited" in window title for NSDocument

With NSSavePanel, how can the user choose a specific file type to save?

Batching Core Data fetch results

How different static variable declarations in Objective-C?

Is NSTextView's insertText: *really* not suitable for programmatic modification of text?

macos cocoa nstextview

What is the biggest advantage of using pointers in ObjectiveC

objective-c c cocoa pointers