If you like my teaching style, I've started creating my own courses here that you may like! courses.iosacademy.io/
@Lindellmattiaslindell2 жыл бұрын
Great video and perfect pace and everything! Something that could be useful would be if you could show how to modify the different pages for the different "tabs" i.e., the settings page and also how to insert this UI tab bar into a project (simply add it). Great video! You just got a new sub!
@problemchild013 жыл бұрын
These tutorials help so much as a beginner, thanks!
@iOSAcademy3 жыл бұрын
Youre welcome
@auckyrh2 жыл бұрын
this is excellent tutorial. you are the best man, thank you so much! keep hustling and sharing
@iOSAcademy2 жыл бұрын
Thanks
@mamayiwe2 жыл бұрын
This explains TikTok vertical buttons. Nice work
@iOSAcademy2 жыл бұрын
Thanks
@finalpets3 жыл бұрын
i prefer to use enum with computed properties instead of struct, with switch case and CaseIterable , the code looks more cleaner , Thanks for the Video! helps me a lot
@KimbrellBrad3 жыл бұрын
Excellent mimic of the tab bar allowing for custom look and functionality! Thanks for this...inspires new ideas for customization. By the way, your TikTok course is excellent! Lots of new techniques and great foundation! I do hear some v-loggers warn that you should be careful of the trade-off of custom controls not having many system automatic features such as localization or accessibility - thoughts from you and the other viewers?
@loldesrappess.c90733 жыл бұрын
You really explain very well !! Thanks for yours videos
@iOSAcademy3 жыл бұрын
Thanks!
@lytude2 жыл бұрын
This is not very good because it refreshes the page each time. So lets say you fetch an api data on one view, if you go back to the view, it refetches the data again which is not very ideal and may cost the user too much data spending. If you fetch data, just go the the default tab view, it's worth it
@Paul-fs2dn11 ай бұрын
The problem with the default tab view is there is no way to programmatically 'pop to root' - doing so in SwiftUI requires this custom tab view implementation. Agree with your first point though, reloading the view with every change in tab is both taxing for an API fetch and is a pretty lousy user experience. It's a bummer because this solution is super slick looking, but I haven't found a workaround for the @State change auto refreshes.
@수학쌤우리소쌤3 жыл бұрын
Very interesting and useful video^^ I couldn’t understand everything but could guess^^
@iOSAcademy3 жыл бұрын
Thanks!
@iconic38118 ай бұрын
Hi! How would I make it so that when my button is pressed, there's a background colour that appears behind it?
@Imadiqation3 жыл бұрын
You are really awesome man! Thanks a lot!
@iOSAcademy3 жыл бұрын
Youre welcome
@patricklynch68713 жыл бұрын
really good video. Thanks!
@iOSAcademy3 жыл бұрын
Youre welcome
@Janssonn3 жыл бұрын
Awesome! Love this video. Gonna take some inspiration for my custom Navbar. One question though, as I'm new to Swfit in general. How will the animation work or even add on detail-pages?
@TheRorybalmer3 жыл бұрын
Hey any chance you could make a video on how to do this is swift 5 as well? I’ve been looking forever for just that.
@iOSAcademy3 жыл бұрын
Sure!
@Bharat_s3 жыл бұрын
Don't you think its would be easier if we use tabview and tabitem there
@0soft Жыл бұрын
You can't get transparent material like on the original tab bar.
@danielgabor28832 жыл бұрын
Hello, How do I disable the tab bar if I want to go to another view that is not in the bar list? I want to go to the log in screen, but the tab bar will still be displayed.. how do I remove the tab bar when I want to do so?
@tomqin36853 жыл бұрын
Great job ! Thank you !
@iOSAcademy3 жыл бұрын
Youre welcome
@darinburch90433 жыл бұрын
Thanks for the awesome video! How do we hide our custom TabVIews in a large app when pushing to new views where we don't want to show the custom tabview??? Thank you!
@danielgabor28832 жыл бұрын
did you found any solution?
@MrTalhakhan013 жыл бұрын
But still the Z axis will overlap the tabbar. Any suggestions as to how we can overcome this issue?
@hsksearch33 жыл бұрын
Thank You ^^
@iOSAcademy3 жыл бұрын
You’re welcome
@jaylensmith6308 Жыл бұрын
Feels like with a switch or if-else, swiftui creates and destroys the views with a custom tab bar. Anyone have any suggestions?
@mojtabasarsaz67522 жыл бұрын
thanks bro
@iOSAcademy2 жыл бұрын
Youre welcome
@arnoczkyzoltan61583 жыл бұрын
Is this device safe toolbar? Is it viewing correctly on eg. iPod Touch, os SE2?
@iOSAcademy3 жыл бұрын
Yes
@alexplay88673 жыл бұрын
Hey there is a easy way to switch tab by just swipe right and swipe left? ty
@iOSAcademy3 жыл бұрын
Youd have to customize it
@kezzie40372 жыл бұрын
my home button just up and left T-T any ideas?
@gregohb3 жыл бұрын
excellent info! I would just suggest not jumping around so quickly
@iOSAcademy3 жыл бұрын
Thanks
@semdebakker3 жыл бұрын
Is there a video about this but then with storyboard?
@shreyanshsingh9993 жыл бұрын
Yes, I guess this is the one :- kzbin.info/www/bejne/hKmWooOHlNaCfK8 Or u could also use these :- kzbin.info/www/bejne/roqUdoGhaLaqi80 kzbin.info/www/bejne/lX-Xnaubl9J9aLc