2

I am fairly new to the OSX development and I am finding difficulty on getting some helpful material on the oSX development.

I want to slide from one view controller to another. How do I do that?

I know how to get from one view controller to another. When a button is pressed on the controller another view controller pops up. I dont want that. I want to slide from one view controller to another. Is there a way to do that?

Any help is appreciated

Dejan Skledar
  • 11,280
  • 7
  • 44
  • 70
Zeist
  • 635
  • 1
  • 7
  • 17

1 Answers1

-1

Navigation controller does exactly what you want(it is its default animation), create storyboard file, drop navigation controller in there, set it as initial view controller and there you have it.

Here is a very useful tutorial for storyboards and navigations: http://www.raywenderlich.com/81879/storyboards-tutorial-swift-part-1

IxPaka
  • 1,990
  • 1
  • 16
  • 18