Post

Replies

Boosts

Views

Activity

Reply to Unbalanced calls to begin/end appearance transitions for...
I get an error that says unbalanced calls to begin/end appearance transitions, when I am transitioning from the google sign in to the main view controller in this line of code, Swift  UserDefaults.standard.set(downloadUrl, forKey: "profile_picture_url")                          let vc = self?.storyboard?.instantiateViewController(identifier: "tabBarVC") as! TabBarViewController                          vc.modalPresentationStyle = .fullScreen                          self?.present(vc, animated: true)
Topic: UI Frameworks SubTopic: UIKit Tags:
Mar ’21