SwiftUI GeometryReader

  Рет қаралды 11,791

Stewart Lynch

Stewart Lynch

Күн бұрын

Пікірлер: 47
@GaryLutchansky
@GaryLutchansky Жыл бұрын
Take all the current comments and combine them together into one. That's what I have to say. Thank you, Stewart!
@海森堡-x4p
@海森堡-x4p 9 ай бұрын
非常棒的教學影片,最近正在使用GeometryReader,但一知半解,看完這個影片又更懂了。 其中相對座標的概念是關鍵,當初卡在這很久,感謝解說
@anupdsouza
@anupdsouza Жыл бұрын
This was very cool Stewart. I was having some issues using GeometryReader especially in complex layouts but your explanation made things absolutely clear!
@DocMacLovin
@DocMacLovin 5 ай бұрын
I like your calm and clear speakers style. Very good to listen and learn. TY
@rafaserranogamarra7017
@rafaserranogamarra7017 4 ай бұрын
Great presentation, calm, continuous, with great examples that allow the content to be clear and not become overwhelming. Love it, congratulations!!! 😜
@TuanHoang-qj3yq
@TuanHoang-qj3yq Жыл бұрын
Wow, I love geometry reader. I have always wanted to learn and understand it well especially the custom coordinate and here you explain it very well. The examples are awesome. Thanks you very much.
@natgenesis5038
@natgenesis5038 6 ай бұрын
Every SwiftUI engineer must know it
@rotembcohen
@rotembcohen 6 ай бұрын
This video was perfect! Thank you so much. Clear, concise and full of examples and explanations. Helped me a lot!
@StewartLynch
@StewartLynch 6 ай бұрын
Glad it helped!
@richardhasson265
@richardhasson265 Жыл бұрын
Great explanation and super companion to your Preference Keys video. So helpful!
@wakehood
@wakehood 3 ай бұрын
This is a great presentation. It made geometry Reader not so mysterious. Thanks Stewart
@StewartLynch
@StewartLynch 3 ай бұрын
Glad you found it so.
@holgerflick
@holgerflick Жыл бұрын
🤯 Truly impressive. I really like the example with the images in the end to bring it all together!
@andresraigoza2082
@andresraigoza2082 Жыл бұрын
Awesome geometry reader applications. Thank you so much!
@edwardhasted3849
@edwardhasted3849 4 ай бұрын
Excellent and cogent explanation - it now makes sense.
@reachtorich
@reachtorich Жыл бұрын
Thank you so much for giving me some insight into this subject
@andrejkling3886
@andrejkling3886 Жыл бұрын
Thank you so much Stewart…
@gakkieNL
@gakkieNL Жыл бұрын
Excellent video Stewart! I really do like the geometry reader!
@alcprado
@alcprado 10 ай бұрын
Awesome content. Bookmarked for later research. Thank you❤
@froggy58400
@froggy58400 Жыл бұрын
Thanks for this very insightful tutorial which shed a great light on the capabilities of geometryReader. Lots to explore for me now 😃
@kenturnbull9679
@kenturnbull9679 Жыл бұрын
Great presentation and very useful ideas. Keep 'em coming.
@tikl21
@tikl21 Жыл бұрын
Thanks, Stewart, it's so helpful to me
@shurale85
@shurale85 11 күн бұрын
Hi! Thank you for the great content as always! It was not easy for me to get your calculation at 16:00, why you took into account 358 while frame was relative to named stack (actually real calculation is 460/2 + 208 = 438) 438 is almost bottom of green area with height 460. Then I realized about 358 part: you need to show the real position of the point so you transformed 438 to global coordinate that was screen.
@bobwint8114
@bobwint8114 Жыл бұрын
Very cool, thanks Stewart.😊
@w0mblemania
@w0mblemania Жыл бұрын
A really good tutorial. Thanks Stewart.
@emensaeidi3791
@emensaeidi3791 Жыл бұрын
Awesome presentation! Well done
@StewartLynch
@StewartLynch Жыл бұрын
Thank you! Cheers!
@OGLerma
@OGLerma Жыл бұрын
Great explanation!
@barche75
@barche75 7 ай бұрын
Super clear, super helpful 🤝. Thank you so much. Im wandering why Apple can't document things this way
@StewartLynch
@StewartLynch 7 ай бұрын
Happy to help!
@talhaselimhan4368
@talhaselimhan4368 Жыл бұрын
Excellent video!
@Jaffar-e4s
@Jaffar-e4s 3 ай бұрын
awesome explanation
@StewartLynch
@StewartLynch 3 ай бұрын
Glad it was helpful!
@rohitsainier
@rohitsainier 3 ай бұрын
respect sir
@andrewbeshay6052
@andrewbeshay6052 10 ай бұрын
very good video
@StewartLynch
@StewartLynch 10 ай бұрын
Thanks for the visit
@janstehlik3939
@janstehlik3939 11 ай бұрын
Example 1 is quite silly in my opinion. All you have to do is replace column `count: 4` with `count: min(Int(numImages), 4)`. Otherwise I love your content Stewart!
@StewartLynch
@StewartLynch 11 ай бұрын
I guess I can’t please 100% of the time.
@janstehlik3939
@janstehlik3939 11 ай бұрын
@@StewartLynch Actually you're my favourite Swift content creator! I just thought publicly improving on your solution would be better than staying silent :-)
@wahhmann123
@wahhmann123 7 ай бұрын
Why do we use 358 + 208 + 230? I’m confused
@StewartLynch
@StewartLynch 7 ай бұрын
What is the video timestamp where I do this?
@VinaMelody
@VinaMelody 4 ай бұрын
@@StewartLynch same question at 16:04 , why does the coordinateSpace midY must add 208 (the other rectangle's height?)
@MikeGranberry
@MikeGranberry 7 ай бұрын
Thanks, I believe a second viewing will be most helpful.
@ZoeSummers1701A
@ZoeSummers1701A Жыл бұрын
How would a parent view enforce its dimensions to its many children so they never ‘ask’ for more space than the parent can give them?
@StewartLynch
@StewartLynch Жыл бұрын
Set a frame on the parent view then you can also apply the fixedSize modifier with horizontal and vertical both set to true or false to meet your requirements
@ZoeSummers1701A
@ZoeSummers1701A Жыл бұрын
@@StewartLynch you’re so kind to help. And so knowledgeable. Thank you.
@Shekerz
@Shekerz 8 ай бұрын
Hi
MatchedGeometryEffect in SwiftUI
26:31
Stewart Lynch
Рет қаралды 6 М.
MY HEIGHT vs MrBEAST CREW 🙈📏
00:22
Celine Dept
Рет қаралды 68 МЛН
Бенчик, пора купаться! 🛁 #бенчик #арти #симбочка
00:34
Симбочка Пимпочка
Рет қаралды 3,4 МЛН
Não sabe esconder Comida
00:20
DUDU e CAROL
Рет қаралды 25 МЛН
"كان عليّ أكل بقايا الطعام قبل هذا اليوم 🥹"
00:40
Holly Wolly Bow Arabic
Рет қаралды 12 МЛН
Redis за 20 минут
23:22
suchkov tech
Рет қаралды 148 М.
Programmatic Navigation in SwiftUI explained
17:50
donny wals
Рет қаралды 5 М.
GeometryReader in SwiftUI: An Annoying Nightmare
24:00
Rebeloper - Rebel Developer
Рет қаралды 899
How to use gestures in SwiftUI - Flashzilla SwiftUI Tutorial 1/13
16:13
Why You Should Use The SwiftUI Coordinator Pattern
18:45
Rebeloper - Rebel Developer
Рет қаралды 15 М.
MY HEIGHT vs MrBEAST CREW 🙈📏
00:22
Celine Dept
Рет қаралды 68 МЛН