Mark Larsen

Results 7 comments of Mark Larsen

Confirmed that iOS8 mail app lets you tap the buttons before the cell is fully animated.

The handler is definitely not being fired in my code, nor in the example code in this repo. It only fires once the sliding animation finishes.

The issue is like you described -- buttons cannot be tapped while the cell is _animating_. Not to be confused with while you are dragging it with a finger. It's...

I'm not quite sure what you're asking... You'd like to see an xcode plugin for mayday so it's easier to modify your rule set?

@nikita-leonov for running through the command-line, I think this could be achieved pretty easily with some minor additions to the codebase. It'd work a lot like `mayday benchmark` does https://github.com/marklarr/mayday/blob/master/lib/mayday/target_integrator.rb#L42...

A little hacky, but I've noticed that if you hit https://coveralls.io/repos/venmo/VENCore/badge.png?branch=master It redirects you to https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_90.png So, technically, you can just get the coverage percent from reading that URL. https://coveralls.io/repos/CocoaPods/cocoadocs.org/badge.png?branch=master...