Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Unknown Window class (null) in Interface Builder file, creating generic Window instead

"First Responder" - Did I get that right?

OSX application without storyboard or xib files using Swift

macos cocoa swift

How can I detect that the Shift key has been pressed?

macos cocoa

The new enum in Objective-C

objective-c cocoa

NSTextView with Smart Quotes disabled, still replaces quotes

xcode macos cocoa

preferredInterfaceOrientationForPresentation must return a supported interface orientation

ios cocoa ios6

Tinting a grayscale NSImage (or CIImage)

How does Cocoa compare to Microsoft, Qt?

Borderless NSButton turns gray when clicked

How to change the value of an NSMutableArray at a particular index

Programmatically creating an NSTableView (trouble getting the NSHeaderView to show up)(cocoa osx)

How to replace a character in NSString without inserting a space?

Core Data: Abstract Entity in Fetch Request

Can I create an NSURL that refers to in-memory NSData?

ios cocoa nsdata nsurl

Property vs. instance variable

Remove Sandboxing

cocoa macos sandbox

CoreFoundation vs Foundation

Objective-C : (private / public properties) making a property readonly for outside class calls and readwrite for self calls

objective-c cocoa

Grand Central Dispatch vs NSThreads?