Documentation Archive Developer
Search

CoreFoundation Changes for Objective-C

CoreFoundation

CFAvailability.h

Added #def CF_SWIFT_UNAVAILABLE

CFBase.h

CFNumberFormatter.h

CFRunLoop.h

Declaration
From
SInt32 CFRunLoopRunInMode (
    CFStringRef mode,
    CFTimeInterval seconds,
    Boolean returnAfterSourceHandled
);
To
CFRunLoopRunResult CFRunLoopRunInMode (
    CFStringRef mode,
    CFTimeInterval seconds,
    Boolean returnAfterSourceHandled
);

CFURL.h