How to assign value to an outlet after delegating it? – Ios swift
So my app has 3 screens: Main, Second, and Result (very simple) On the Main screen, i show a label and button to change it On the Second one I change label with textinput and pass it to Result (has…