Closed inket closed 7 years ago
Kind of a weird behavior I encountered today:
+[UIView pop_animate:completion:] doesn't trigger the completion block once the animation finishes, but +[NSObject pop_animate:completion:] somehow does.
+[UIView pop_animate:completion:]
+[NSObject pop_animate:completion:]
this project is dead. closing the issue so that it doesn't appear on my /issues
Kind of a weird behavior I encountered today:
+[UIView pop_animate:completion:]
doesn't trigger the completion block once the animation finishes, but+[NSObject pop_animate:completion:]
somehow does.