I was wondering if there is a way to reload a view controller inside one tab from another tab. This is my scenario
- Tab controller has 2 or more tabs
- Tab 1 has a view controller which has views created based on some conditions
- Tab 2 is a settings page, where some app settings can be changed
- How can i reload content inside tab 1 when settings in tab 2 are changed?
IS there something like tab bar -> tab -> view controller -> reload viewDidLoad?
Thanks