SwiftUI 2.0 Dashboard - Grids - Tab View With Swipe Gestures - Xcode 12 - SwiftUI 2.0 Tutorials

Поделиться
HTML-код
  • Опубликовано: 28 июн 2020
  • In this Video i'm going to show how to create a Stylish Fitness App Dashboard With Grids And TabView Swipe Gestures Using SwiftUI 2.0 | SwiftUI 2.0 Tutorials | SwiftUI 2.0 Grids | SwiftUI 2.0 LazyVGrid | WWDC 2020 SwiftUI Tutorials | SwiftUI Custom Segmented Control | Dashboard UI Using SwiftUI | SwiftUI Custom Tab View | SwiftUI Scrollable Tab View.
    Source Code
    kavsoft.dev/SwiftUI_2.0/Dashb...
    Support Us By Contributions : donorbox.org/kavsoft
    Support Us By Patreon : / kavsoft
    Support Us By Visiting the Link Given Below.
    ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. It's gives a great experience and I think you should give it a try too www.kite.com/get-kite/?...
    My Xcode Version is 12 Beta
    My macOS Version is 10.15.5 Catalina
    For Any Queries And Any Request For Videos Use The Given Link
    kavsoft.dev/#contact
    For More
    kavsoft.dev
    Instagram
    / _kavsoft
    Twitter
    / _kavsoft

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

  • @mke579
    @mke579 4 года назад +9

    You're not sleeping mate, I love it! Great work as always!

  • @talhasahi9575
    @talhasahi9575 4 года назад

    Love You Bro!! You are amazing!!

  • @hwick-col9439
    @hwick-col9439 4 года назад +1

    You are the best 💪🏻

  • @francomartins7763
    @francomartins7763 4 года назад

    Amazing guy, thanks!!!

  • @ismailtosun3621
    @ismailtosun3621 4 года назад

    great ! 😎 thank u

  • @Prashant-7
    @Prashant-7 4 года назад

    Amazing 😍👌

  • @roguespork
    @roguespork 3 года назад

    Great video. One suggestion I have, in 2:46 you essentially re-created the segmented control. If you chose a "picker" and then select the pickerStyle(SegmentedPickerStyle()), you would also get this same result with built in indices 😉

    • @Kavsoft
      @Kavsoft  3 года назад +1

      Yeah picker style will implement segmented control
      But just to show how Powerful is SwiftUI I created a custom one

    • @roguespork
      @roguespork 3 года назад

      @@Kavsoft It's also a LOT easier to customize your implementation, which I figured out AFTER I sent the comment. Kudos on the videos -- you are helping a lot of people get really comfortable with SwiftUI.

  • @jaspercools
    @jaspercools 4 года назад

    Is there anyway I can add an animation to the purple capsule highlight when switching pages? So when swiping over to the next page the purple capsule slowly slides over too?

  • @dieubangmach9409
    @dieubangmach9409 4 года назад +1

    Hi, I have an error for the GridItem not sizing properly. Can you help me where the problem might lie ? Thank you very much. Great work you are doing

  • @KartikeyaSaxenaJainKSJ
    @KartikeyaSaxenaJainKSJ 3 года назад

    Nice Channel. I am learning a lot here. My question for this video is - When I swipe or tap on a Tab (eg: Day to Week) I expect to see a screen change to respective content, however that does not happen, and the animation glitches to content transition halfway. Another observation was - the VStack resizes between Grid content to Text content in tab 2 and 3. I would like to hear more about your thoughts to make this kind of view robust and glitch-free :)

    • @Kavsoft
      @Kavsoft  3 года назад +1

      Just add this to text content
      Text(“”)
      .frame(maxWidth: .infinity,maxHeight: .infinity)

  • @alexandrgrabovskyi4606
    @alexandrgrabovskyi4606 4 года назад

    .tabViewStyle(PageTab...) - that I need year ago)))

  • @edwardjob1437
    @edwardjob1437 3 года назад

    👍👍👍

  • @SanthoshKumarsdh
    @SanthoshKumarsdh 4 года назад +4

    Please record it with your voice...

  • @theovogg
    @theovogg 3 года назад

    Great video ! Keep going. One question : how is it possible to display fullscreen views with the TabView ? I tried and still have top margin before the tab bar (i tried .edgesignoresafearea(.all) ). Thanks !

    • @Kavsoft
      @Kavsoft  3 года назад

      In Xcode 12 edges ignore is deprecated
      Try ignoreEdges

    • @theovogg
      @theovogg 3 года назад

      @@Kavsoft yes, i tried. bottom safe area is ignored but not the top one. is this because of the tabview ?

  • @droid6298
    @droid6298 4 года назад

    Sir can you do a video on video call function in SwiftUI

  • @bikashyu
    @bikashyu 2 года назад

    hello KavSoft.いつもありがとうございます。 thanks for the video.i have a question .
    Lets suppose there is a one SleepDetailView.How to go to SleepViewDetailView b y tapping sleepicon..Please reply ..

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

    Thank you for the beautiful tutorial. Your channel is really awesome. Please, I have a question: I implemented this swipe tab view in my project . How come each time I swipe to a new tab, the view gets redrawn? Is there a way for me to launch the app and all the views in the tabs are drawn just once? Thank you.

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

      If you swipe more than three tabs at once, I believe TabView won't refresh till you reach the fourth tab. For example, if there are four tabs, the first tab view would redraw when you reached the fourth tab.
      This is the TabView's default behaviour in SwiftUI.

  • @pavankumar.m1341
    @pavankumar.m1341 4 года назад

    Hi I tried to improve this with drag gesture of ActivityBar, but i'm facing animation issue when i press tab it actually jumping back then going to next index hence animation is not smoother, any suggestions?
    Source: drive.google.com/file/d/1uDIiDhuqIqiolpa2OEaBqz8EukiRO40_/view?usp=sharing

  • @AseshShrestha
    @AseshShrestha 4 года назад +2

    Narration would have been better than the disturbing music

  •  4 года назад

    Hi sir.
    can you coded tabview likethis ibb.co/HzGBKVr. I coded tabview but i couldn't make curved, can you help me?

    • @Kavsoft
      @Kavsoft  4 года назад

      Check this out
      ruclips.net/video/6W2vuwWTAU4/видео.html

    •  4 года назад

      Kavsoft I create my tabview with this video but your code hadn’t curved, it is just circle

  • @jacecrawford6015
    @jacecrawford6015 2 года назад

    why is every fricken top tab video in swift UI. Give me a break.