You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using other libraries with cocoapods, I've found out the name ActionBlock is conflicted with others. Would you consider adding Prefix to the typedef? like (^ActionBlock)(void) to something like (^SCLActionBLock)(void). Just my 2 cents. Thank you for the great control.