Curved Custom Tab Bar With Orientation Support - Custom Shapes & Paths - SwiftUI Tutorials

Поделиться
HTML-код
  • Опубликовано: 4 сен 2024

Комментарии • 27

  • @JustinHold
    @JustinHold Год назад +3

    Definitely my new favorite TabBar!!! isFavorite: Bool = true

  • @andrejkling3886
    @andrejkling3886 Год назад +1

    Cool …👌💫 Tab position - special thanks

  • @zabaizabai2
    @zabaizabai2 Год назад +1

    As always, amazing!

  • @mrwaseemmalik5766
    @mrwaseemmalik5766 10 месяцев назад

    I really appreciate your efforts thanks ❤

  • @Minh-oq5ex
    @Minh-oq5ex Год назад

    That's amazing. I was also troubled by how to do it with UIKit. Thanks in advance!

    • @MrUltraAlexander
      @MrUltraAlexander 6 месяцев назад

      Did you resolve it using UIKit? Maybe you have some tutorials or smth else?

  • @monnydhingra6369
    @monnydhingra6369 Год назад

    Amazing Excellent

  • @rtorcato
    @rtorcato Год назад

    it would be great if your zip downloads had a few preview screenshots along with the source code.

  • @edwardhasted3849
    @edwardhasted3849 Год назад

    Exquisite, as always. The TabView in SwiftUI is very limited compared to the tabBarController in UI. Is there a way in your code to be able to deactivate specific buttons if not required?

  • @Swift_Coach_7
    @Swift_Coach_7 Год назад +1

    Hey Kavosoft, Thanks for provide new things in every week, but I have an issue in given tab bar when I put some content in any and scrolle then there is some white space from tab bar. I think this is the padding from tab, so how we can resolve it.

    • @Kavsoft
      @Kavsoft  Год назад +2

      Simply add negative padding to the tab view and padding to the contents of the tab view, like this:
      Tabview{
      ScrollView {
      VStack {...}
      .padding(.bottom, 50)
      }
      }
      .padding(.bottom, -50)

    • @Swift_Coach_7
      @Swift_Coach_7 Год назад

      @@KavsoftThanks for reply also it is working now

  • @christianmoreno7390
    @christianmoreno7390 Год назад +1

    Hey Kavosoft, I love your channel! Idk if this is possible, but can you do a video of a header changing opacity once the user scrolls down? For example, UberEats app has that feature on the restaurant page. When a user scrolls, the header goes from transparent to solid, and after it's solid, a horizontal scrollable tab view also appears. Thanks for all you do!

    • @Kavsoft
      @Kavsoft  Год назад +1

      Send video to reply@kavsoft.dev
      I will try to replicate the animation✌️

    • @christianmoreno7390
      @christianmoreno7390 Год назад

      @@Kavsoft thank you. I sent the email to you

  • @JustinHold
    @JustinHold Год назад +1

    Can you elaborate on the benefits of using an enum for each tab item name? I've never seen this approach for a tab bar in practice. Thanks!

  • @anmolkalra17
    @anmolkalra17 Год назад +1

    🔥

  • @MuhammadAbdullah-qn4mi
    @MuhammadAbdullah-qn4mi 11 месяцев назад

    Could you do this same animation in Swift(UITabbarControl)??

  • @redbookastrology9346
    @redbookastrology9346 11 месяцев назад

    I got the error on this line :- TabShape(midPoint: tabShapePosition.x). Could anyone can explain, How to resolve this?

  • @nitinbhatia493
    @nitinbhatia493 3 месяца назад

  • @longlovexue
    @longlovexue Месяц назад

    Can you tell me how you make so much money

  • @NikolaJovanovicSimunic
    @NikolaJovanovicSimunic 8 месяцев назад

    hmmm i have subscribed to your Patreon and downloaded the code.
    Have you tested it with showing keyboard? It has a flicker on the content of the view

    • @Kavsoft
      @Kavsoft  8 месяцев назад

      Ignore the bottom safe area for the custom tab view by using
      .ignoreSafeArea(.keyboard)

    • @NikolaJovanovicSimunic
      @NikolaJovanovicSimunic 8 месяцев назад

      @@Kavsoft tried that-still the issue is here. But then i tested on real device and it’s not happening 🫣🤔🤷‍♂️

    • @NikolaJovanovicSimunic
      @NikolaJovanovicSimunic 7 месяцев назад

      ​@@Kavsoft hmm one more question i have...how would we hide the tabBar if needed? Thanks you

  • @JoaoVictor-ys1gm
    @JoaoVictor-ys1gm Год назад

    How can i hide this tab bar on other views?

  • @rinotheone6806
    @rinotheone6806 Год назад

    sanks!