SlideToCancel icon indicating copy to clipboard operation
SlideToCancel copied to clipboard

"slide to unlock" clone from the iPhone's lockscreen using only public APIs

Results 4 SlideToCancel issues
Sort by recently updated
recently updated
newest added

Updated to get the event for TouchUpOutside, meaning if they slide outside of the view, or if they slide past, we still get the event. Also, updated the "alpha" part...

iOS 7 deprecations have broken SlideToCancel. Do you plan either a simple fix or an esthetically UI-compatible major revision? Thanks.

On line 176 in SlideToCancelViewController.m, it reads: - (void) sliderChanged: (UISlider *) sender { // Fade the text as the slider moves to the right. This code makes the //...