Cory Alder

Results 8 comments of Cory Alder

Yeah, it breaks inertial scrolling, but it doesn't seem to break it in a destructive way... it just doesn't inertial scroll anymore. My list views have max 12 items in...

I've found a better solution. Adding `[self clearViewsBeingUsedForInertialScrolling];` right at the beginning of `reloadAllViews` in `JAListView` seems to fix the issue, without killing inertial scrolling. I don't feel confident that...

@Objective-Zero I was having the same issue, ShareKit kicks over to the Facebook app which checks that your app is authenticated, but if you don't have a URL handler set...

Hey Bill, Right now, if you pass a square image to the DMActivityInstagram, the current behaviour should be to show the resize/crop view for a moment and then go right...

DMActivityInstagram has a property (presentFromButton) that accepts a UIBarButtonItem to present the document interaction controller from. Try setting that, if you have a bar button you can use. Otherwise you'll...

Hey Jeremias, Thanks for the pull request, this looks like a great change. I'll test this out over it on the weekend, and assuming everything looks good, merge it!

I'm not restarting the timer or anything and it appears to be working. I call `Qei::new` then my workaround immediately after.