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
When converting the project to Swift the BEMCheckBox events where renamed:
didTapCheckBox to didTap
animationDidStopCheckBox to animationDidStop
Need to decide if I should keep the new names or switch back to the old ones. If I keep the new names I will need to the update the documentation as it still references the old names.
When converting the project to Swift the BEMCheckBox events where renamed:
didTapCheckBox
todidTap
animationDidStopCheckBox
toanimationDidStop
Need to decide if I should keep the new names or switch back to the old ones. If I keep the new names I will need to the update the documentation as it still references the old names.
See the Classes/BEMCheckBox.swift file and compare it to the deleted Classes/BEMCheckBox.h.
The text was updated successfully, but these errors were encountered: