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
The ones I'd like to agree upon (whether or not we use these exactly, I think there should be parity). The reasoning behind this is that it makes it easy to search the project for the corresponding action
Button Presses
<#name-of-button#>Pressed:
ie:
closeButtonPressed
not
close
Gestures
handle<#gesture-type#>
ie:
handleTap
not
showImage
If multiple gestures of same type are used in parallel, should be:
handle<#identifier#><#type#>
ie:
handleImagePan
handleTrayPan
The text was updated successfully, but these errors were encountered:
The ones I'd like to agree upon (whether or not we use these exactly, I think there should be parity). The reasoning behind this is that it makes it easy to search the project for the corresponding action
Button Presses
ie:
not
Gestures
ie:
not
If multiple gestures of same type are used in parallel, should be:
ie:
The text was updated successfully, but these errors were encountered: