Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Change app language in iOS without restarting the app

Can an iOS app read its own entitlements at runtime?

Difference between NSWindowController Vs NSViewController

NSWindow with round corners and shadow

Best way to do interprocess communication on Mac OS X

NSTextField or NSTextView?

Is it possible to turn on/off "do not disturb" for OS X programmatically

macos cocoa

Does NSSet's containsObject: test for pointer equality or value equality?

Carbon vs. Aqua vs. Cocoa Emacs builds

cocoa emacs editor text-editor

"[something copyWithZone:]: unrecognized selector sent to instance" when using Bindings / Core Data

Is there anything like a generic list in Cocoa / Objective-C?

Extracting a string with substringWithRange: gives "index out of bounds"

What is the right choice between NSDecimal, NSDecimalNumber, CFNumber?

Unique Identifier of a Mac?

How does one display a new view controller in the same Mac window?

macos cocoa swift

initWithFrame not called, but awakeFromNib is

cocoa

How can I easily save the Window size and position state using Obj-C?

objective-c cocoa macos

When do you make an underscore in front of an instance variable? [duplicate]

Xcode 5 throws "Library not loaded" error when adding a test target

Swift - Write Image from URL to Local File