Post not yet marked as solved
Post marked as unsolved with 0 replies, 313 views
I am building a Stopwatch app for iOS.
It has a Text View and 2 Button Views.
Click Start Button, action is a function starttimer is called
In this starttimer function I want to update the Text View with elapsed time
How do I name Text View and refer it inside starttimer function ?