ios - PerformSegueWithIdentifier does not work -


I am trying to use self.performSegueWithIdentifier to change the view on the storyboard A JSON file is loaded remotely, for that I am using Swift class "agent" so that an HTTP request can be done. When I type "done" out of the variable

  self.performSegueWithIdentifier ("toView2", sender: self)  

then everything is working is. Why is not this working? I think there is something to do with "sender: myself" but I do not know how to solve it. I have not received any error on Xcode, it just loads data from my server and then nothing happens ...

In fact, the problem is that you have entered the queue on one side

and just to get the main line and putting the Seg in it, it will work very well.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -