Closed douglasjunior closed 8 years ago
I like this. Would also like to know :)
Yeah, I have it on the list for https://github.com/matej/MBProgressHUD/pull/68. Not yet sure how to best design that though.
+1!!
I already did this on MBProgressHUD when I wasn't updating for cocoa pods. Could you implement something similar?
Basically, added another button which was incremented in the "layoutSubviews" method. Then, I connected an action within MBProgressHUD which could callback to my class to notify a button on MBProgressHUD was pressed:
Added in the latest version.
Do you intend to implement a Button to be able to cancel the task?
I found this pullrequest: https://github.com/jdg/MBProgressHUD/pull/230
But he has not yet been merged.