0

I have created two viewcontrollers and added a button to viewcontroller1, in storyboard. When I push this button viewcontroller2 is shown (this is done by connecting viewcontroller1 with a push to viewcontroller2). This works fine but I would like to remove the animation when viewcontroller2 is pushed.

How is this done?

Mikael
  • 5,429
  • 5
  • 30
  • 38

1 Answers1

0

I have solved the issue, marked the segue between the views -> changed style to custom and created a segue class.

Then i followed this tutorial: http://i5insights.com/?p=744

Mikael
  • 5,429
  • 5
  • 30
  • 38