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

Swift Basics: Arrays

Swift 4 basics - protocols

Swift Basics - Tuples