Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Programmatically create and open an NSWindow with ARC on Lion 10.7

objective-c cocoa

How do I achieve continuous rotation of an NSImage inside NSImageView?

Writing a unicode character with NSString

ios cocoa

How to make a perfect crop (without changing the quality) in Objective-c/Cocoa (OSX)

How to check if NSTextfield is already truncating the text (... at the end)

How to drag-move NSWindow with a NSImageView on its contentView?

macos cocoa nswindow

Can I get the column index in -tableView:objectValueForTableColumn:row:

objective-c macos cocoa

SMJobBless failed with CFErrorDomainLaunchd Code 9

How to show a splash screen during launch of a Cocoa app?

cocoa splash-screen

Why do Cocoa apps use so much memory?

objective-c cocoa memory

adding NSSubmenu item in NSMenuItem

cocoa nsmenuitem

What are the new "iOS data protection APIs"?

cocoa ios ios4

Drawing Text with Core Graphics

NSTimer never starts

cocoa nstimer nsthread

How to get an array of sentences using CFStringTokenizer?

cocoa nsstring cfstring

Bind to negative of a boolean property with KVO

Xcode way to print "Hello World" when button is clicked in OS X Swift application?

xcode macos cocoa swift

Convert NSData byte array to string?

objective-c json cocoa nsdata

Reasons to use CoreGraphics instead of SpriteKit?

Is performance affected by adding categories to a class