Bro, this just saved me so much time. I built an app in koltin on android and it took me forever to implement stuff and get the tabs working right... you just literally allowed me to mass produce my pages in less than 10 min... props
Bro i Have a question i have a LoginVc if i want to reach TabbarC i use navigation controller.push so it show me Back btn so i didnt need that because i am checking if user Is logging ? How to reach using storyboard not programmatically thanks
Very useful tutorial ... would it still work if you replace one of the view controls with a table view controller? or would I just need to add a table to the navigation controller. I want to be able to give users to ability to view study tips located with a table view with a cell action ... how this be correctly implemented?
@@iOSAcademy oh ok. Thanks. I rewatched your vid and realize there wasn’t swiping. Helpful tutorial 👍. But then I wondered why you had to use navigationController when you can just connect the tabController directly to the viewController
how to get to a different UIViewController which is created and has associated file (say SecondViewController) using storyboard by using navigation bar item ? please help
I noticed when you go to the third vc and then back to the second, the red vc is still on the stack. Is there a best way to remove the red from the stack when you navigate to another vc via the tab bar? Are there any significant memory issues keeping it on the stack?
I prefer to hide the tab bar when you push a VC, so you're forced to go back before you can change tabs. Or you can subclass UITabbarController and listen for tab switching and have the NavController pop to root.
is there something where we can navigate between different but same UIViewControllers using navigation and tab bar item at the same time....like when we are using tabbar here we go to different UIViewControllers and tab bar icons get activated accordingly...Now also want to use the navigation on those same UIViewController where tab bar item also get change depending upon the UIVewController ,currently on? please help
Nice tutorial but I am struggling implementing this into an app that I have already made with multiple VCs. I have a bunch of VCs that are all embedded in a single navigation bar. Confused on where to really go from here because I don't know if I am supposed to now make more than one navigation bar for each vc instead of using the single one.
Hello, your tutorials are great! Could u pls make a tutorial on adding images and text to multiple view controllers from a collapsible/expandable table (with sections and subsections)?
When I tried to use Notification Center from your vid on it to send array data to a table view to display on it, it does not show although it will print the new array. I also tryed the reload for the table but it still won’t display the data???
@@iOSAcademy Hi great video - could you please let me know if you ever got around to creating a swiftUI version of this - ie tab bar on bottom with navigation bar on top with multiple subviews - thanks
there's no need to use a navigation controller. you can just use tab bar item on an empty view controller and link it to the main tab bar controller. anyway, nice video
Enjoy my teaching style? Learn to build the TikTok App from scratch with my course!
ios-academy.teachable.com/p/building-tiktok-for-ios
Thanks
Welcome
Bro, this just saved me so much time. I built an app in koltin on android and it took me forever to implement stuff and get the tabs working right... you just literally allowed me to mass produce my pages in less than 10 min... props
Thanks
Thank you very much, its very helpful!!!!!
How did you create that tab bar you have at the preview image of the video? Specially the alien icon. Thanks!
Thank you Your for the vidéo i did The tabBar by code but how can I add content to each pages ?
Add a root VC for each tab
Very useful. Succinctly explained. Thank you.
Awesome!
Thanks
Bro i Have a question i have a LoginVc if i want to reach TabbarC i use navigation controller.push so it show me Back btn so i didnt need that because i am checking if user Is logging ? How to reach using storyboard not programmatically thanks
Thank you so much! It is my first-day writing IOS Apps, and this video is such a good helper.
You’re welcome
May you please make a tutorial where you design the UI programmatically without the use of Storyboard
Sure! Great idea
@@iOSAcademy and SwiftUI Please
thank you sir, I was looking for this :)
Most welcome!
Thank you so much! I love this channel!
Youre welcome!
Thats an amazing video. thank you, man.
Your welcome!
GREAT Tutorial!
thank you!
AMAZING VIDEO!!!! this is really great content!! keep this up!
Thank you! Much appreciated :)
can i create buttons in the home view that take me to the settings view?
Yes!
Thank you for awesome tutorials, they help so much!
Glad you like them!
great vid!
Thanks!
What antivirus softwares do you recommend / use?
Thank you soo much😊.
Is there a way to put an image in the navigation controller instead of text?
Like you see the YT logo in the app (top left).
Yes! To do this you need to set the nav bar top item property
I can't connect the @IBAction to the Button, when I rightclick this circle above the Viewcontroller, the action isn't displayed.
Very useful tutorial ... would it still work if you replace one of the view controls with a table view controller? or would I just need to add a table to the navigation controller. I want to be able to give users to ability to view study tips located with a table view with a cell action ... how this be correctly implemented?
Thanks! Yes, certainly would work. You can make the tableviewcontroller the root of the nav controller too.
Thanks for this vid. However mine can’t swipe between tabs. I have to click the button at the bottom of the screen. Did I miss something?
Tab swiping isnt available out of the box
@@iOSAcademy oh ok. Thanks. I rewatched your vid and realize there wasn’t swiping. Helpful tutorial 👍. But then I wondered why you had to use navigationController when you can just connect the tabController directly to the viewController
how to get to a different UIViewController which is created and has associated file (say SecondViewController) using storyboard by using navigation bar item ? please help
If we run SFSafariViewController in one tab, can we make it run behind the tab bar? So that other tab are accessible, if not, what options do I have?
Nope. To do what you are suggesting you need to leverage the WKWebView. It lets you customize presentation, position/size, and a bunch of other things
iOS Academy thank you so much for your reply, this helps me a lot, have a nice day! :)
please help! I did all the steps in the video, but my xcode says that the tab controller is unreachable. What should I do?
Did you set it as the initial controller?
@@iOSAcademy yes
Great! How can I implement such navigation controllers stacks in code?
Ill be creating a video on this!
iOS Academy Thanks!
Why do you need to create a new ViewController when the button is tapped? I'm not quite clear on that.
What are you doing at 6:59?
I noticed when you go to the third vc and then back to the second, the red vc is still on the stack. Is there a best way to remove the red from the stack when you navigate to another vc via the tab bar? Are there any significant memory issues keeping it on the stack?
I prefer to hide the tab bar when you push a VC, so you're forced to go back before you can change tabs. Or you can subclass UITabbarController and listen for tab switching and have the NavController pop to root.
is there something where we can navigate between different but same UIViewControllers using navigation and tab bar item at the same time....like when we are using tabbar here we go to different UIViewControllers and tab bar icons get activated accordingly...Now also want to use the navigation on those same UIViewController where tab bar item also get change depending upon the UIVewController ,currently on? please help
Nice tutorial but I am struggling implementing this into an app that I have already made with multiple VCs. I have a bunch of VCs that are all embedded in a single navigation bar. Confused on where to really go from here because I don't know if I am supposed to now make more than one navigation bar for each vc instead of using the single one.
how can I move the tab bar to the top of the screen?
Hello, your tutorials are great!
Could u pls make a tutorial on adding images and text to multiple view controllers from a collapsible/expandable table (with sections and subsections)?
Thanks, great idea, Ill add this to my list
How do we add icons to the tab bar for each page???
Each root controller has a tabBarItem property
How to add images instead of text? please let me know
How come you want to put them all through navigation controller stacks?
Then you can push additional controllers. you dont have to though
thankkk u alot ٨_٨
Youre welcome!
do you have a downloadable project?
Not for this one unfortunately
When I tried to use Notification Center from your vid on it to send array data to a table view to display on it, it does not show although it will print the new array. I also tryed the reload for the table but it still won’t display the data???
You need to assign the new array to the tableview Data source then call reload on the table
I can’t click and drag to connect the tab bar to the nav controller?
Found the solution, in Xcode 12 you have to right click and click drag from the relationship + to the nav controllers
how do you add the center raised image in the photo of your iPhone
Override the tab bar item :)
@@iOSAcademy I am a novice. If you could be more specific it would help. Thanks!!!
how come the default isn't used and why use this way? what's the difference?
I guess its preference. I find it easier to use this way
Can you port this to SwiftUI!?
Sure, Ill make a swiftUI version as well
@@iOSAcademy Hi great video - could you please let me know if you ever got around to creating a swiftUI version of this - ie tab bar on bottom with navigation bar on top with multiple subviews - thanks
there's no need to use a navigation controller. you can just use tab bar item on an empty view controller and link it to the main tab bar controller. anyway, nice video
Nice video, but very basic. I wish you'd code the tab bar that is shown in the thumbnail image. That would be much more interesting.
Thanks, follow up to come!
@@iOSAcademy That'd be awesome!
i did the same thing you did but i cant swipe between red and orange
Does the red controller present? Make sure you are swiping from the edge.
I was trying to embed navigation controller in tab bar controllar itself smh
I’ve got another video on this
@@iOSAcademy aah nice i need to find out how do you cover safe area its been a headache for me.
Sorted out that too thank you :).
I run the simulator but it shows “hello, world” only, no tab bar, help please 😭
Have you checked the Is Initial Controller for the tab bar controller in the storyboard
@@iOSAcademy sorry2, i just know that i open the swiftUI not the storyboard type one , my bad, thanks for your reply :)
click bait thumbnail. 👎🏻
Misleading thumbnail :|
thanks for the feedback
Great video !!!
Thank you so much !!!!
Youre welcome