Core Foundation provides the fundamental data types and essential services that underlie both the Cocoa and Carbon environments on Mac OS X.
Here is an extremely simple CoreMIDI OS X application that sends MIDI data. The problem is that it doesn't work. …
macos midi core-foundation coremidiI have an NSRunLoop object, to which I attach timers and streams. It works great. Stopping it is another story …
macos foundation core-foundation nsrunloop cfrunloopI have a function that takes some bitmap data and returns a UIImage * from it. It looks something like so: …
iphone uiimage core-graphics quartz-2d core-foundationDo I need to release a Core Foundation objects to clear up memory? And if so, how? For example, in …
objective-c cocoa cocoa-touch core-foundationI have been programming in Objective-C Cocoa for a little while using NSObjects etc. I see that there is another …
objective-c cocoa core-foundationThe following is tried to print out N number of spaces (or 12 in the example): NSLog(@"hello%@world", [NSString stringWithCharacters:" " …
objective-c ios nsstring core-foundationI'm sure something's wrong with my buffer attributes, but it's not clear to me what -- it's not well documented …
ios core-foundation avassetwriter core-videoDoes anybody know where an iOS app can see the default headers that NSUrlRequest sets for an HTTP request? Just …
cocoa ios macos core-foundation