romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.
MIT License
2.97k stars 494 forks source link

REFrostedViewController has a panGesture for pop action, and the view would follow the finger move. That is amazing. I want to do some job before pop , how to do? #140

Open thisiswayne opened 9 years ago

thisiswayne commented 9 years ago

REFrostedViewController has a panGesture for pop action, and the view would follow the finger move. That is amazing. I want to do some jobs before pop and keep the amazing animation following my finger move before the pop, such as cancel ASIHTTPRequest. I try to figure out myself sevral days and failed. how to do?