Update Text View upon function call

I am building a Stopwatch app for iOS.

It has a Text View and 2 Button Views.

  1. Click Start Button, action is a function starttimer is called

  2. 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 ?

xxxxxxxxxxxxxx

Update Text View upon function call
 
 
Q