Aaron London
Aaron London
Greetings. Had DCTCoreData nicely integrated into a project as a static lib dependency using an Xcode workspace. The latest changes drop the project files.
``` // Assume [UI7Kit patchIfNeeded] called in main.m before NSApplicationMain [[UINavigationBar appearance] setTitleTextAttributes:@{ UITextAttributeTextColor : [UIColor blueColor] }]; // self.navigationController's view controllers all have correct text color. UIViewController *vc =...
I would love to have this explained? Why not simply use a delegate in iOS? # if MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_4 @protocol OFFlickrAPIRequestDelegate @optional # else @interface NSObject (OFFlickrAPIRequestDelegateCategory) Note that...
Xcode 4.2, LLVM 3.0: Shared/Classes/../../../../../ShareKit/Classes/ShareKit/Sharers/Services/Flickr/LFHTTPRequest.h:124:32: warning: type of property 'requestHeader' does not match type of accessor 'setRequestHeader:' [3] @property (copy) NSDictionary *requestHeader; ^ Shared/Classes/../../../../../ShareKit/Classes/ShareKit/Sharers/Services/Flickr/LFHTTPRequest.h:103:1: note: declared here [3] - (void)setRequestHeader:(NSDictionary...
Per the recommendation [here](https://github.com/apple/swift-nio/issues/3093), I am opening an issue on this repo to request a change to the generated `c_nio_llhttp.h` header. It appears that the `stdint.h` include [here](https://github.com/nodejs/llparse/blob/e2ae9d4446c58c9508a2904e45bf6b1161287131/src/compiler/header-builder.ts#L26) needs to...