thank you so much, your video really helped me out.
@isstylertho Жыл бұрын
I FOUND AN EASIER WAY IF YOU ARE TRYING TO USE A NAME WITH A "." Say you want to use a bulleted list named "list.bullet" you would write case list = "list.bullet" and it works perfectly
@shafferzeyn97102 жыл бұрын
you are perfect channel
@SinaKahsay-m9hАй бұрын
amazing video
@marcelczubak91792 жыл бұрын
Hey, great tutorial! Just wondering what's the best approach to linking each Tab button to a specific view. I have a few views created already along with this custom tab, and I want to navigate from view to view in the Tab, without the ForEach loop. Any tips appreciated :)
@Andrew_Pap2 жыл бұрын
Hey, did you find a solution? I have the same question. If you found a way to link the private var tabSelected with a tab number or something else, you can probably do it with an if statement. Up to now I haven't found a way to see in which tab I am.
@marcelczubak91792 жыл бұрын
@@Andrew_Pap stuck on the same 😂
@marcelczubak91792 жыл бұрын
i’ll look into it
@Andrew_Pap2 жыл бұрын
@@marcelczubak9179 Ok, me too. I'll send a reply if I find anything. Try to maybe also assign a view to the enum elements themselves.
@Andrew_Pap2 жыл бұрын
@@marcelczubak9179 Ok so I found a way to do it. Instead of the ForEach loop you use an if statement: if tabSelected == .house { View() } and then it should be: } } VStack { ...
@hoshisato2687 Жыл бұрын
I really like this because I have more control over the appearance of the tab bar, especially the rounded ends! However, I wish it were more like the TabView in the docs, where the whole tab-to-view mechanism is just declarative and seamless (and has badges!): TabView { ReceivedView() .badge(2) .tabItem { Label("Received", systemImage: "tray.and.arrow.down.fill") } SentView() .tabItem { Label("Sent", systemImage: "tray.and.arrow.up.fill") } AccountView() .badge("!") .tabItem { Label("Account", systemImage: "person.crop.circle.fill") } }
@RichuPatel-t3e Жыл бұрын
Thank you boss, really appreciate this
@abdouett36762 жыл бұрын
Great work! Thanks!
@ElianasJourney Жыл бұрын
how to connect it in url? (webview)?
@peteandloistri7270 Жыл бұрын
Thanks for this dude 👍
@gavinbeard81882 жыл бұрын
Great tutorial, is there a way to assure that If you have a ListView behind the tab bar, the last item is not obscured by the tab bar when scrolling? I find that if you have a list that goes past the end of the screen, when you scroll to the end of the list the last item is always blocked by the tab bar
@sraldous Жыл бұрын
Add bottom padding to the VStack to match the height of the tabBar
@lenartpapez6058 Жыл бұрын
@@sraldous But then you lose the ultraThinMaterial effect.
@sraldous Жыл бұрын
@@lenartpapez6058 Try putting bottom padding on the last item in the list, set padding equal to height of the tabbar (60 in this example).
@epicfortnitesongs2 жыл бұрын
hi, I got a question, What should I do if the sf symbol I want to implement has a . in its name, for example person.circle?
@epicfortnitesongs2 жыл бұрын
@Matthew Badsey no ☹️
@asadbekabdullaev4463 Жыл бұрын
did you figure it out?
@DevSibonelo Жыл бұрын
Try this enum Tab: String, CaseIterable { Case locationFill = “location.fill” } I could be wrong but worth a shot
@traissac Жыл бұрын
hello i just want know you can put a link a view on each icon, it's possible to add a small code ? Thinks
@jonathandmgz52533 күн бұрын
I love man ❤
@Stricken1742 жыл бұрын
Thank you!
@dugrut1325 Жыл бұрын
pretty tabBar ... but now what? How do we practically give this tabbar substance? Connect it to a View, Bool, Sheet or Navigationlink, anything???
@AdeepaDevinda8 ай бұрын
yeah I just followed the tutorial and wasted about an hour having no idea how to connect with a View if y'all have any idea please let me know thanks
@bjp_for_20243 ай бұрын
why using both defalt tab and custom tab - any reason?
@louisagareiss Жыл бұрын
How to not show the Tab Bar on every View? for example on a Login View
@ShaneCurtis17059 ай бұрын
Have a main content view then make each page a seperate view that is projected on to the main
@sheetalshinde17 Жыл бұрын
how to add navigations on tap of every tab ?
@illieehh10 ай бұрын
I have the same question
@snorkelmonkey25812 жыл бұрын
do you need a mac/ios device
@Indently2 жыл бұрын
You need a mac
@yrmuq Жыл бұрын
Cola) eah coolaaa
@isstylertho Жыл бұрын
For those that cannot find the answer on how to use this if there is a "." in the name: "Try this enum Tab: String, CaseIterable { Case locationFill = “location.fill” } I could be wrong but worth a shot" Thanks @sibonelogumede5893
@Andii712 жыл бұрын
hi, I got a question, What should I do if the sf symbol I want to implement has a . in its name, for example calendar.circle?
@amolsrivastava39042 жыл бұрын
I also have this question.
@isstylertho Жыл бұрын
@@amolsrivastava3904 For those that cannot find the answer on how to use this if there is a "." in the name: "Try this enum Tab: String, CaseIterable { Case locationFill = “location.fill” } I could be wrong but worth a shot" Thanks @sibonelogumede5893
@isstylertho Жыл бұрын
For those that cannot find the answer on how to use this if there is a "." in the name: "Try this enum Tab: String, CaseIterable { Case locationFill = “location.fill” } I could be wrong but worth a shot" Thanks @sibonelogumede5893