Marco Sero

Results 28 comments of Marco Sero

I can't get the proxy working. Can anyone maybe merge this if it solves the problem?

twitter-stream it does support oauth, I've just tried. ``` :oauth => { :consumer_key => 'xxx', :consumer_secret => 'xxx', :access_key => 'xxx', :access_secret => 'xxx' } ```

No, at the moment I have no plans/time to port it over I'm afraid.

This is really bad. Probably caused by the recent update to Swift 2.0

Thanks for reporting the bug!

I think I'm gonna need some kind of prototype for 1. I'm not sure where you would like to see the cell fading in/out.

Mhm that seems strange, but I'll try to reproduce it

Yes, just call: ``` [self.matrixViewController moveRightAnimated:NO withCompletion:^{ [self.matrixViewController moveDownAnimated:NO]; }]; ``` after you have set up your controllers.