Swift: Reload a View Controller

后端 未结 8 944
南旧
南旧 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

    If you are using a navigation controller you can segue again to the current UIViewController and it will be refreshed.

提交回复
热议问题