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) }
Awesome stuff-as always! Will definitely use some of your techniques seen in this video.
Thanks Stewart! Looking forward to the next video in the series.
This is soo good Sir, please keep continue...
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)
}
Sorry about that. I think I have fixed the issue and you will not see this going forward in later videos.