MyTallies Widgets AppIntents SiriShortcuts Part 1 iOS App

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

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

  • @asseeger
    @asseeger หลายเดือนก่อน +1

    Awesome stuff-as always! Will definitely use some of your techniques seen in this video.

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

    Thanks Stewart! Looking forward to the next video in the series.

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

    This is soo good Sir, please keep continue...

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

    Hi Steward. Great Video as always.
    What is recently the problem with your audio setup? Some videos ago the clicking noises started. Today there is even some echo. Is something broken?
    And as usual, if I may, some nitpicking about swift style:
    Instead of
    if selectedTally != nil {
    SingleTallyView(size: 100, tally:selectedTally!)
    }
    I think, the following is considered more „swifty“:
    if let selectedTally{
    SingleTallyView(size: 100, tally:selectedTally)
    }

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

      Sorry about that. I think I have fixed the issue and you will not see this going forward in later videos.