Thanks Stewart, your explanation is really clear and understandable for beginners like me. Continue watching your other video for learning!
@filipecanzi2 жыл бұрын
Amazing Tutorial! Thanks!
@andrejkling38862 жыл бұрын
Awesome lessons… thank you Stewart
@patgoo22 жыл бұрын
Very good! Now if I can figure out how to use the Gauges with URL json data, it will be great.
@notarobot-markhunte1802 жыл бұрын
Hi, thanks for this, you confirmed for me I was using the scaling on accessoryCircularCapacity to resize to a much larger gauge size. I thought I would offer up a tip, the problem with scaling the gauge is the text does not scale well, it becomes pixelated. The tip to get crisp text is to put the gauge in a ZStack And don’t code in the gauge labels. In the gauges ZStack you can add your own custom text views etc. which will be centred on the ZStack’s coordinates. You can use .offset(x:,y:) to position them individually if needed. The text views can use the bindings to the gauges values. The end result is a large gauge with crisp text.
@StewartLynch2 жыл бұрын
Great tip
@MarkVolkmann2 жыл бұрын
Stewart is a tutorial machine! Thanks so much!
@DavidKoontz2 жыл бұрын
Nice explanation. I’m thinking I could compare your code on Gauges to Apples docs to gain some insight into the documentation of the closures.
@trungnguyenthanh92332 жыл бұрын
Nice
@30guarino2 жыл бұрын
Hey Stewart…. was wondering are you planning to do async/ await with Firestore videos…. (ex: calling onAppear, onChange, task) …. Your playlist on Chris’s channel was fantastic on API async
@StewartLynch2 жыл бұрын
I have no plans to do that at the moment David. If I do, it will not be until some time in 2023 as I have a lot of other content already planned.
@30guarino2 жыл бұрын
@@StewartLynch no problem…. Thanks
@MarkVolkmann2 жыл бұрын
Is there a way to customize the part of the gauges that represent the range of allowed values that is gray by default?
@StewartLynch2 жыл бұрын
I don't understand the question Mark.
@MarkVolkmann2 жыл бұрын
@@StewartLynch If you create a linear gauge from 0 to 10 with a value of 3 and a tint of red, 3/10ths of it will be red and the remaining 7/10ths will be gray. Can I change the gray color?
@StewartLynch2 жыл бұрын
@@MarkVolkmann OK. I see what you are referring to. I don’t know of any way right now to be able to change that
@ozikOz2 жыл бұрын
what theme are you using for Xcode?
@StewartLynch2 жыл бұрын
I believe it is just the default dark with perhaps an increase in font size.