Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Key Value Observing and NSButton state

Pinning NSScrollView's document view while resizing a window

cocoa nsscrollview

How long did it take you to learn Objective-C probably? [closed]

Does every thread need its own autorelease pool?