Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Update NSMenuItem while the host menu is shown

cocoa macos nsmenuitem

How to make the NSAlert's 2nd button the return button?

Is there a simple way (in Cocoa/iOS) to queue a method call to run once in the next run loop?

Monitoring Screensaver Events in OSX

Static Library path nightmare from hell

iphone ios cocoa-touch cocoa

How do I open another window in macOS in Swift with Cocoa

swift macos cocoa xcode8

NSProxy and Key Value Observing

When should I use Strong vs Weak for IBOutlets (further clarification)

objective-c cocoa iboutlet

Calling Cocoa APIs from C

c cocoa macos

What is the difference between int and NSInteger? [duplicate]

How do I bind to a custom view in Cocoa using Xcode 4?

How to extract hardcoded strings from a binary in Mac?

string macos cocoa binary-data

In Objective-C (OS X), is the "global display" coordinate space used by Quartz Display Services the same as Cocoa's "screen" coordinate space?

swift: forced type modifier "!" - why is (was) it used in UIKit API (now anachronistic)

ios swift cocoa uikit

Difference between ways to quit an application: exit(), NSApp/NSApplication terminate

objective-c cocoa

How to tell whether a Mac Cocoa application has been launched normally or as a login item?

cocoa macos

Automatically resize an NSButton to fit programmatically changed text (Xcode)

Why exactly would one subclass NSManagedObject?

NSSharingService Sharing Submenu

OSX Application: how to make window maximized?

swift macos cocoa nswindow