Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-foundation

What is the point of these if(0) conditionals?

Why did Apple previously typedef reference (pointer) types but not now?

CFSTR memory management

CGEventTapCreate breaks down mysteriously with "key down" events

where to download for apple's open source core foundation?

c++ core-foundation

Bridging to/from CoreFoundation on Linux

Unrecognized selector sent to instance _UIAlertControllerAlertPresentationController

NSString is exactly the same as CFString?

How can I find the path to a file in an application bundle (NSBundle) using C?

What's the equivalent of NSHomeDirectory() in CoreFoundation?

Xcode 7 Beta 6, dyld ___NSArray0__ crash

Returning an autorelease'd CFTypeRef with ARC

Get NSWindow* from CGWindowListCopyWindowInfo

Is it safe to schedule and invalidate NSTimers on a GCD serial queue?

Using IOHIDManager to Get Modifier Key Events

Swift: CGPathRelease and ARC

AVAssetWriterInputPixelBufferAdaptor returns null pixel buffer pool

How can I clear the contents of an NSMutableAttributedString?

What is an NSCFDictionary?

In Objective-C, how to print out N spaces? (using stringWithCharacters)