View Will Appear

It is something like viewdidload but called whenever you need to refresh the screen and update the table.

You can override it:

override fun viewWillAppear(...)
{
 myTable.reloadData()
}

Comments

Popular posts from this blog

Setting up a playground

Go to another page