Understood from googling that ViewDidLoad is not called after modally presented view is dismissed because the presenting view controller did not in fact disappear.
But I do want to update my VC after dismissing the second view controller which is modally presented.
Have tried dismiss() function but did not manage to use completion handler of dismiss() to update UI.
Also learnt from googling that NSnotificationCentre could help but really trying to avoid this method.
Any thoughts? Thanks