CopyPastor

Detecting plagiarism made easy.

Score: 0.9369978904724121; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2020-01-08
by jawadAli

Original Post

Original - Posted on 2019-07-17
by Kristian



            
Present in both answers; Present only in the new answer; Present only in the old answer;

**Swift 5**:
Sometimes we must clean the build folder and then try again.
Worked for me after ctrl-dragging the new segue and giving it a name, then using it programatically as:
performSegue(withIdentifier: "goToDetail", sender: self)
Swift 4:
Sometimes we must **clean** the build folder and then try again.
Worked for me after ctrl-dragging the new segue and giving it a name, then using it programatically as:
performSegue(withIdentifier: "goToMyNewViewController" , sender: self)

        
Present in both answers; Present only in the new answer; Present only in the old answer;