Tag: @Binding

  • @Binding – data between views

    In C world, if we want to pass a parameter down into a functional call, and allow the receiving function to change it’s value, we’d pass a pointer to the variable. Something like this: For youngsters, what’s happening is that we’ve set the value of a to 5, then passed the memory address of a…