Aaron London

Results 5 issues of 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 =...

bug

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...