defer

  • The Defer Statement in Swift

    The Defer Statement in Swift

    Find out in this post what the Defer statement is in Swift and how to use it in order to perform clean up actions in code blocks effectively.