Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

How to launch another process in sandbox on Mac?

macos cocoa sandbox

NSTextField width and autolayout

Automatically wrap NSTextField using Auto Layout

cocoa autolayout appkit

Handling cocoa key events (keys pressed) with swift in a console application

macos cocoa swift

SANDBOX USER: This Apple ID has not yet been used with the App Store

Ugly looking text when drawing NSAttributedString in CGContext

Cocoa: Right Click NSStatusItem

copy vs strong properties [duplicate]

ios objective-c iphone cocoa

Xcode can't find a module, after updating

xcode swift cocoa

Cocoa - Suggested techniques for debugging binding problems between Xcode and Interface Builder

Locking details of synthesized atomic @properties in Obj-C 2.0

How to store dates without times in Core Data

cocoa core-data nsdate

How to create a menu when a user right-clicks on the dock-icon of cocoa app on Mac?

objective-c cocoa

Returning errors in objective-c

Accessing private variable in Category results in linker error

How to create NSPopover programmatically

cocoa nspopover

How to show a window without stealing focus on macOS?

swift macos cocoa nswindow

How do I convert Cocoa co-ords from top left == origin to bottom left == origin

objective-c cocoa nswindow

Bidirectional Map in Cocoa

Is subclassing NSNotification the right route if I want to add typed properties?