Swift – dismissing view controller from within a completion block
Question or problem in the Swift programming language: Simple question. If I’m within a completion block – for example facebook login using firebase … and the login has succeeded. If I want to dismiss the current view controller (login viewcontroller) from within the completion block , do I need to get back to main queue […]
Continue Reading