Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Objective-c Server Side

Core Plot: x-Axis should remain visible while scrolling horizontally (or vice versa)

iphone cocoa core-plot

How to statically dump all ObjC methods called in a Cocoa App?

objective-c ios macos cocoa

How can I get the current sound level of the current audio output device?

How to display animated GIF in Objective C on top of the layered View?

Cocoa osx NSTableview change row highlight color

Show NSMenu next to NSButton in Swift macOS

swift macos cocoa

How do I create an import-only document type in Cocoa?

cocoa document-based

How to "fake" ivars in an Obj-C category (iPhone)

Is there a way to dynamically determine ivars of a class at runtime in Cocoa / Cocoa Touch?

Building a NSPredicate for a filter

NSArray filled with bool objects

cocoa boolean nsarray

Objective-C partial implementation of classes in separate files

Behavior difference between UIView.subviews and [NSView subviews]

iphone cocoa macos uiview nsview

Cocoa Mac Application Title says: "untitled"

UIKit's [NSString sizeWithFont:constrainedToSize:] in AppKit

cocoa nsstring appkit

NSMutableArray not adding object! (using addObject: nor addObjectsFromArray)

How to determine Internet Connection in Cocoa?

objective-c macos cocoa

NSUndoManager: redo not working

How can I know NSWindow was closed using the close button ?

cocoa nswindow