InstapaperKit
InstapaperKit copied to clipboard
An Objective-C framework to access the full Instapaper API for both, the iOS and Mac OS X platform
Results
2
InstapaperKit issues
Sort by
recently updated
recently updated
newest added
In my usage of InstapaperKit I've found that I was using the folders created by the class methods [IKFolder unreadFolder] and so on. However, unlike folders I've pulled down from...
IKEngine.h: foldersWithUserInfo: not working Retrival of folder list fails in IKDeserializer.m Line 81. if (![JSONArray isKindOfClass:[NSArray class]]) { // Invalid JSON return nil; } always branches to "return nil". This...