Swift: Reload a View Controller

后端 未结 8 816
南旧
南旧 2020-12-15 02:41

I need to refresh a view controller when a certain button is tapped. Simply activating viewDidLoad() does not seem to be working for what I need to

8条回答
  •  时光说笑
    2020-12-15 03:47

    Whatever code you are writing in viewDidLoad, Add that in viewWillappear(). This will solve your problem.

提交回复
热议问题