Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

NSTextView round corners and draw background

Choosing an integer type in core data

cocoa core-data integer

NSGridView not available in Storyboard?

Show and hide window instead of terminating app on close click in cocoa app

swift xcode macos cocoa

What is the minimally-viable GUI for command-line Swift scripts?

swift macos cocoa appkit

Fetching Core Data entities, but not sub-entities

cocoa core-data

Is there any way to pass an NSArray to a method that expects a variable number of arguments, such as +stringWithFormat:

objective-c cocoa macos

Project without an .xcodeproj directory, how to open?

objective-c cocoa xcode

Getting the POSIX path of the Finder's front window

objective-c cocoa finder

How to display indeterminate NSProgressIndicator in the NSOutlineView?

Constant kCGColors deprecated on iPhone?

Automatic Key-Value Observing in Cocoa

cocoa cocoa-bindings

How do I update a NSTableView when its data source has changed?

cocoa macos nstableview

Stretch PNGs smoothly in Cocoa AppKit

objective-c cocoa

Force all capitals in NSTextField (Cocoa)

keyDown works but i get beeps

Trying to resize an NSImage which turns into NSData

cocoa nsdata nsimage

Troubles with NSString writeToFile

objective-c cocoa nsstring

Changing color of the NSWindow titlebar

cocoa colors nswindow titlebar

How does a NSMutableString exactly work?

objective-c cocoa