SyntaxFix
Write A Post
Hire A Developer
Questions
Try this, You have to call both methods to reload view, as this one works for me,
-Objective-C
[self viewDidLoad]; [self viewWillAppear:YES];
-Swift
self.viewDidLoad() self.viewWillAppear(true)