Skip to content

Instantly share code, notes, and snippets.

@twittemb
Created March 19, 2020 20:50
Show Gist options
  • Save twittemb/2af60c9caa4cb93d2210e8b366081d56 to your computer and use it in GitHub Desktop.
Save twittemb/2af60c9caa4cb93d2210e8b366081d56 to your computer and use it in GitHub Desktop.
@ObservedObject
private var uiSpin: SwiftUISpin<State, Event> = {
// previously defined or injected: counterSpin is the Spin that handles our counter business
let spin = SwiftUISpin(spin: counterSpin)
spin.start()
return spin
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment