Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

"Expected a type" error pointing to the return type of a method

Cocoa - Trim all leading whitespace from NSString

cocoa nsstring whitespace trim

How to prevent circular reference when Swift bridging header imports a file that imports Hopscotch-Swift.h itself

objective-c cocoa swift

Objective-C (cocoa) equivalent to python's endswith/beginswith

python objective-c cocoa

What is the File's Owner (in Interface builder)?

When to use static string vs. #define

How to check if a folder exists in Cocoa & Objective-C?

objective-c cocoa

Create object from NSString of class name in Objective-C

How to set NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints?

2D arrays using NSMutableArray

How to get the name or signature of the current method into an NSString?

Avoiding "NSArray was mutated while being enumerated"

How do I sort a swift array containing instances of NSManagedObject subclass by an attribute value (date)

Lightweight migration of a NSPersistentDocument

What's the difference between a CoreAnimation Layer Backed View and a Layer Hosting View?

How to listen to global hotkeys with Swift in an OS X app?

cocoa swift

Utilizing C++ in iOS and Mac OS X applications

c++ objective-c ios cocoa

What is meant by .delegate=self?

How do you schedule a block to run on the next run loop iteration?

How do I quit a mac application programmatically?

objective-c cocoa macos