Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

How can I write an NSImage to a JPEG file in Swift?

swift cocoa nsimage

Where does Xcode store archived frameworks?

xcode cocoa frameworks

NSView does not receive mouseUp: event when mouse button is released outside of view

Unable to start an NSTrackingArea

swift cocoa nstrackingarea

= vs == in NSPredicate

ios cocoa core-data

Swift Codable protocol with recursive enums

WKWebView - content not fitting after magnification

objective-c cocoa wkwebview

How to work around transparent system colors when drawing with Core Animation layers on Mojave?

Cocoa NSDocument: getting autosave to work

How does one reproduce the inset text style when drawing text with Mac OS X Cocoa?

Why does Cocoa return an empty string occasionally?

How to make an iTunes like (playlists, library) left-sided (collapsible) navigation bar?

objective-c cocoa macos

Using predicates on an array controller to filter related objects

Create drag-drop graphic when installing OS X application from dmg

cocoa macos installation dmg

How can I convert hex number to integers and strings in Objective C?

objective-c cocoa hex

External Data File for Unit Tests

cocoa unit-testing xcode

How can I make unicode characters from integers?

How can I generate convenient date ranges based on a given NSDate?

cocoa nsdate

How to intercept a hot key in Cocoa when the application window is not active

how to add member variable and methods to in built class without subclassing it

objective-c cocoa