iOS Swift Tutorial: Working with multiple UIViewControllers 09/24 🎄

preview_player
Показать описание
In this tutorial you are going to learn how to work with multiple ViewControllers, how to present and dismiss ViewControllers and how to transfer data between different ViewControllers.

🎄 All UIKit Advent Calendar Videos 🎄

💼 PROJECT FILES 💼

✉️ COMMENTS ✉️
If you have questions about the video or Cocoa programming, please comment below.
Рекомендации по теме
Комментарии
Автор

Thank you so much for sharing your knowledge! Please keep it up

TourGuideFTW
Автор

Thank you so much for your great videos :)

D
Автор

Can you create a tutorial of core data please ?

christopheprat
Автор

Great video, could you show how to make a custom camera like snapchat ? Please

emmanuelogbewe
Автор

Tutorial for different animate to' present and dismiss viewcontroller

sasaedo
Автор

I have 2 views that has navigation bar. When I instantiate to the other view, the navigation bar is hidden.
I tried to use
self.navigationController!.pushViewController(eventVC, animated: true)
then it shows an error
reason: 'Application tried to present modally an active controller'

Any idea?

bitjke
Автор

I get a Black screen for Second View Controller :=/

souvenirpublisher
Автор

How to add animation? like push segue or another?
Thank you

RafaelMursalov
Автор

please i need help i have this problem when i want run my project about multiple view controller not find a storyboard named 'main' in bundle)) is there any solution

zaidalobeidy
Автор

I tought you would use protocols... it's almost the same, i guess.

DCTH