Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Default Implementation of Objective-C Protocol

Is the NSDocumentDirectory unique for a given application?

iphone cocoa

Memory Leak warning I can't solve

Cocoa Interface Builder's 'Attributes Inspector' like window

cocoa interface-builder

How to prevent cocoa application from freezing?

cocoa macos

Setting up NSDatePicker delegate

Custom NSWindow with a custom shadow

Is there any reason to retain a scheduled NSTimer if you don't need to invalidate it?

cocoa macos nstimer

When is it okay to use primitive data types?

objective-c cocoa

How can I parse a string to extract numbers with a regular expression using NSRegularExpression?

How to port a Cocoa app to iPhone-OS?

iphone cocoa macos ipad

How to Get state of NSButton (CheckBox) from NSMatrix

Filtering a single-column NSTableView using NSArrayController

Inserting data after a Core Data migration

Is passing a controller in a construtor always a bad practice?

Cocoa - Determining a class' properties at run time

objective-c cocoa xcode