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
@paulrolfe I think in this scenario, we wouldn't want the external since it only explains the type. The example from guidelines is add(view: View) where no type is necessary because it is identified in the signature.
https://github.com/IntrepidPursuits/swift-style-guide#declarations
We suggest
moveView(view: UIView
overmove(view: UIView
.This conflicts with Swift's official design guidelines and should be updated.
The text was updated successfully, but these errors were encountered: