appnetkit icon indicating copy to clipboard operation
appnetkit copied to clipboard

Objective-C library for working with App.net.

Results 2 appnetkit issues
Sort by recently updated
recently updated
newest added

App.net has released three new API's Messaging, File Storing and now Places. Would love to see these added in here.

In ANImage.m in the method `- (void)imageAtSize:(CGSize)size completion:(ANImageCompletion)completion {`, the line `id image = [self.imageAtSize objectForKey:[NSValue valueWithCGSize:size]];`, does not compile on OS X. I got it to compile by changing...