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

Rotation

Swift Basics - Sets

Things to consider when designing the user interface