RedditKit icon indicating copy to clipboard operation
RedditKit copied to clipboard

An Objective-C wrapper for the reddit API

Results 13 RedditKit issues
Sort by recently updated
recently updated
newest added

> Created a simple logo for RedditKit 😄

`[MTLValueTransformer transformerWithBlock:]` [is deprecated](https://github.com/Mantle/Mantle/blob/3098f8e7bb24ca3132420a34ad38c1acec76d743/Mantle/MTLValueTransformer.h#L44). Now we are supposed to use `transformerUsingForwardBlock` or `transformerUsingReversibleBlock`. There are about 32 instances of `transformerWithBlock` in RedditKit which are now showing as warnings.

**EDIT:** Originally I believed this issue crashed the app in production. I think, however, the crash was due to my device's build being built via Xcode's debugger, which meant it's...

Hey Sam, great library! I'm currently writing a small Reddit app to feel my way through iOS development again, and I keep getting [this error](https://cloud.githubusercontent.com/assets/3195522/11064471/663d9d6a-878b-11e5-811f-08895803c045.png) in RedditKit.h whenever I install...

for example https://www.reddit.com/r/nosleep/comments/4ckrbu/im_mitch_and_im_an_alcoholic/ into an RKLink object

As cookie based login is going to deprecated in the next few months is OAuth support slated anytime soon? I've seen a few branches though all are fairly old and...

OAuth is best. More secure. ![Gold iPhone guy](http://cdn.funkyspacemonkey.com/wp-content/uploads/2013/09/conan-iphone-5s-gold-FSMdotCOM.jpg) I actually have been making something extremely similar for my [OS X menubar inbox notifier](http://taps.io/JVCg). I'll see if I can fork RedditKit...

Any plans to support Carthage? Cocoapods can be really weird when working with Swift.

https://www.reddit.com/r/redditdev/comments/2ujhkr/important_api_licensing_terms_clarified/

I made a category for `RKLink` so you can detect Imgur links and get the proper image and thumbnail URLs. I'm not sure if it should be in the repo,...