Swift – Newbie question. Passing variable values between different files, functions and views – Ios swift
newbie swift programmer here that needs help with something that probably is trivial... This is in different File, different View: class CanvasContainerView: UIView { override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) { // here are all of the calculations…