Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Change border color of NSTextField

UIScreen.mainScreen.scale on NSScreen

How to enable Visual Memory Debugger in Xcode 8?

xcode swift cocoa xcode8

How to make a transparent NSView subclass handle mouse events?

cocoa

How do I render a view which contains Core Animation layers to a bitmap?

How to incorporate WebSockets into a Cocoa application [closed]

c objective-c cocoa websocket

How to add a blurred view ontop of a view?

What is can draw concurrently interface builder?

CGPoint to NSValue and reverse

objective-c xcode macos cocoa

Convert method that returns an autoreleased CGColor to ARC

How to uniformly scale rich text in an NSTextView?

How to figure out the resolution (DPI) of images embedded in a PDF document?

How can I slide a view in and out of a window in a Cocoa program

objective-c cocoa animation

Drag-and-drop files onto an NSTableView?

Merging/stacking two images with Cocoa/OSX

objective-c macos cocoa

Xcode 5.0 NSUserdefaults still get stored preferences after deleted the plist

objective-c xcode macos cocoa

ReactiveCocoa: Subscribe only to new values

NSThread with _NSAutoreleaseNoPool error

How to add a file selector/opener in cocoa with Interface Builder?

How to avoid superclass methods getting overridden by sub class in objective - c