Live data from Hacker News

Ask HN: Does anyone know of any good iOS Storyboard tutorials?

news.ycombinator.com

1–4 of 4 posts

Re: Ask HN: Does anyone know of any good iOS Storyboard tutorials?

#2
this looks alright

https://www.raywenderlich.com/113388/storyboards-tutorial-in...

like anything, best way to learn is just to hack on something. Follow the tutorial, then break it. Mess with control dragging between VC's to setup different segues. Try passing data between VC's using segues. Then try loading a VC from a storyboard in code (hint: use instantiateViewControllerWithIdentifier).

Re: Ask HN: Does anyone know of any good iOS Storyboard tutorials?

#3

this looks alright https://www.raywenderlich.com/113388/storyboards-tutorial-in... like anything, best way to learn is just to hack on something. Follow the tutorial, then break it. Mess with control dragging between VC's to setup different segues. Try passing data between VC's using segues. Then try loading a VC from a storyboard in code (hint: use instantiateViewControllerWithIdentifier).

This is really helpful thanks!

Re: Ask HN: Does anyone know of any good iOS Storyboard tutorials?

#4

this looks alright https://www.raywenderlich.com/113388/storyboards-tutorial-in... like anything, best way to learn is just to hack on something. Follow the tutorial, then break it. Mess with control dragging between VC's to setup different segues. Try passing data between VC's using segues. Then try loading a VC from a storyboard in code (hint: use instantiateViewControllerWithIdentifier).

This is really helpful thanks!

happy to help! have fun!