Custom shapes with Arcs and Quad Curves in SwiftUI | Advanced Learning #6

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 27

  • @shreyapallan5704
    @shreyapallan5704 หลายเดือนก่อน

    Was going to skip this video but it turned out to be pretty cool to learn how to draw custom shapes!! Tysm, glad i watched

  • @richardhasson265
    @richardhasson265 3 ปีที่แล้ว +1

    Love the flexibility of being able to design custom shapes that look so complex but with relatively little code. Thanks again for the tutorials ... much appreciated!

  • @nukkable
    @nukkable 3 ปีที่แล้ว +4

    also one more for TH-cam algorithms. I'd like to mention as someone with decent JS background (web, backend, react native) I find your tutorials best there is. Not gonna name but I've tried watching your direct
    competitors and it's not even comparable. Deep dive on each topic, how stuff under the hood works, structure of material, practical examples, voice. Top tier content.

    • @SwiftfulThinking
      @SwiftfulThinking  3 ปีที่แล้ว +2

      Haha thank you Nukkie! I'm just glad you're learning 😁 I appreciate the comment!

  • @nukkable
    @nukkable 3 ปีที่แล้ว +2

    best channel on youtube.

  • @brunoherbots
    @brunoherbots 3 หลายเดือนก่อน +2

    Nick, I am devouering your clips about Swift and Xcode since I stopped coding for a while and recently took it back up since my new Mac is capable of running the last Xcode version. There are moments that the new version dislikes your version but given my background I always managed to get it fixed. Until now!
    After completing this episode (in the newXcode version 16.0 mind you) where there are no more color literals (I think) and replacing them by .description after implementing the fill(LinearGradient( option the waterwave looses the left upper arc. (??) Commenting out that peace -> it is a wave again.
    Anny thoughts ?
    May I take a moment to thank you for your outstanding job in explaining everything, you are an example to the teaching corps.
    The last 20 days all I heard is you and Swift an Xcode and I am still enjoying your company.
    Thank you
    Bruce (Belgium)

    • @SwiftfulThinking
      @SwiftfulThinking  3 หลายเดือนก่อน

      Hey Bruce! Apple silently deprecated color literal with no explanation why 🤦‍♂️ for the course you can just use the regular Color.red for testing, but the official way to add custom colors now is using the Assets catalog.
      I have some FAQ here: www.swiftful-thinking.com/faq

  • @DeirdreSM
    @DeirdreSM ปีที่แล้ว

    Great video. Rewatched it this morning while having breakfast because the curve I drew didn't look like I expected (caffeine underflow error). If anyone wants to understand curves more deeply, I highly recommend Freya Holmér's video The Beauty of Bézier Curves. She works in Unity (C#), but the principles are the same and she's a brilliant teacher.

    • @SwiftfulThinking
      @SwiftfulThinking  ปีที่แล้ว

      Caffeine Underflow Error 😂 I’m stealing that

    • @DeirdreSM
      @DeirdreSM ปีที่แล้ว +1

      @@SwiftfulThinking I stole it from science fiction writer Charles Stross. Steal from the best! :D

    • @ConernicusRex
      @ConernicusRex ปีที่แล้ว

      He*

  • @the_avii_7
    @the_avii_7 2 หลายเดือนก่อน

    Why `clockwise: true` behave as anticlockwise at 6:30 ?

  • @Mahadev-x7u
    @Mahadev-x7u 3 ปีที่แล้ว +2

    Thank you Nick...👍

  • @magedmohmed4403
    @magedmohmed4403 ปีที่แล้ว

    Thanks a lot nick , you are perfect in explanation

  • @kavinda_dilshan_paramsoodi
    @kavinda_dilshan_paramsoodi 2 ปีที่แล้ว

    Your intro audio is awesome. I love hearing that every single time on my Mac book pro when your video starts playing. Sounds really great.

  • @ConernicusRex
    @ConernicusRex ปีที่แล้ว

    You don’t need the opening call to path.move() in your first example. No need to place the cursor before placing it again at “center”

  • @josemanuelortizsanchez4983
    @josemanuelortizsanchez4983 2 ปีที่แล้ว

    It can be a good resource for initial pages, loading the app. Thanks!

  • @AZMerf
    @AZMerf 3 ปีที่แล้ว

    Did they deprecate Color Literal in xCode 13? I did see something on Reddit but couldn’t find it in the documentation. :(

    • @SwiftfulThinking
      @SwiftfulThinking  3 ปีที่แล้ว +1

      Supposedly it's a bug in Xcode 13 that will be fixed in an upcoming release, but Apple hasn't officially said anything 🥲

  • @Максим-ш7х4й
    @Максим-ш7х4й 3 ปีที่แล้ว +1

    Thank you so much bro. I've never done with shape. Now I do the best shape)) Sorry for my English.

    • @SwiftfulThinking
      @SwiftfulThinking  3 ปีที่แล้ว

      Haha Максим you are staying up to date! Thanks for the comment bro

  • @SigmaPC94
    @SigmaPC94 2 ปีที่แล้ว

    I am already waiting on your new video series and some talking about how to get a job in development❤

  • @kavinda_dilshan_paramsoodi
    @kavinda_dilshan_paramsoodi 2 ปีที่แล้ว +1

    You’re using an external Apple Magic Keyboard and have cut your nails. Tell me if I’m wrong. 😅

  • @satyadodda2386
    @satyadodda2386 2 ปีที่แล้ว

    Awesome