Introduction to Generics in Swift

  Рет қаралды 5,534

Stewart Lynch

Stewart Lynch

Күн бұрын

Пікірлер: 34
@cary98029
@cary98029 3 жыл бұрын
Spending time watching your tutorial videos, multiple times, has become one of my most productive Swift/SwiftUI learning opportunities. All of your videos follow a well-organized progressive learning pattern. They are incredibly helpful and presented so professionally with acknowledgements to other prolific Swift/SwiftUI gurus. You are a Jedi master with respect to learning Swift/SwiftUI! Thanks!
@StewartLynch
@StewartLynch 3 жыл бұрын
Thank you for your thoughtful comment. Much appreciated.
@arkemal
@arkemal Жыл бұрын
This is the best introduction to Generics. Thanks Maestro !
@StewartLynch
@StewartLynch Жыл бұрын
Glad you enjoyed it.
@farishuric4072
@farishuric4072 2 жыл бұрын
Stewart you are a legend! Thank you so much sir for the best tutorials out here. Keep doing the best work kind sir, you rock!
@markrabo
@markrabo Жыл бұрын
Another great video, thank you. I'll also be watching the one on sorting and access controls.
@grampro8572
@grampro8572 Жыл бұрын
Stewart Lynch you are a Hero!
@damaniturner6510
@damaniturner6510 3 жыл бұрын
Just wanna say this video is awesome like your content always is Stewart. Thank you for the well thought out presentation!
@StewartLynch
@StewartLynch 3 жыл бұрын
Thanks. Glad you find them useful
@g-3409
@g-3409 3 жыл бұрын
I was hoping for more combine content, preferably with Core Data and nested objects/relations. Feel the previous subject was not finished yet. But great content as usual.
@andrejkling3886
@andrejkling3886 3 жыл бұрын
Thank you Stewart... excellent lesson
@dhavalnena7386
@dhavalnena7386 2 жыл бұрын
So helpful! Thank you for everything you do :)
@StewartLynch
@StewartLynch 2 жыл бұрын
Happy to help!
@cruiseqe2
@cruiseqe2 3 жыл бұрын
Yet another great Explainer video. Love them!
@sakshipatil9537
@sakshipatil9537 2 жыл бұрын
Great Content, very detailed explaination 🙌. Thank you so much!!!
@alexpascal5403
@alexpascal5403 2 жыл бұрын
the decoding part with genetics was awesome! you could have ended the video half way, the genetics part is a slam dunk of an explaination. again, thank you. hopefully Tibitten Balls buys you a coffree soon.
@StewartLynch
@StewartLynch 2 жыл бұрын
Thanks. Glad you enjoyed it.
@mcaghouse
@mcaghouse 3 жыл бұрын
Great video with detail explanation. Thanks 🙏
@andrejkling3886
@andrejkling3886 2 жыл бұрын
Thank you so much one more for great lessons... is it possible to create more videos how work protocols and generic together ?
@StewartLynch
@StewartLynch 2 жыл бұрын
Anything is possible. I will add this request to my list of requests.
@andrejkling3886
@andrejkling3886 2 жыл бұрын
@@StewartLynch thank you so much Stewart
@ShooMPozitiV
@ShooMPozitiV 3 жыл бұрын
It’s very detailed tutorial... step by step! Stewart, it’s great! Tech me!))))
@tripathiprakash22
@tripathiprakash22 2 жыл бұрын
simply awesome :)))))
@kslazinski
@kslazinski 3 жыл бұрын
Thanks for this video. I was always wondering what does this T mean 😅
@Sokrates8
@Sokrates8 3 жыл бұрын
Happy Birthday! ;-)
@Денис-ж3ф5р
@Денис-ж3ф5р 3 жыл бұрын
I still can't get how you made buttons "< previous", "Home", "Next" ext. and titles without lines like real text. I remember you mentioned it somewhere, but I can't find. How to create my own xplaygroundpage? Could you give me a hint please?
@StewartLynch
@StewartLynch 3 жыл бұрын
Go to the editor menu and choose show raw markup to reveal the markup view instead. If you want to create your own playgrounds with multiple pages like this, just duplicate mine and edit the code. To create a new page, just drag to duplicate
@vamsi3877
@vamsi3877 3 жыл бұрын
Awesome :)
@Денис-ж3ф5р
@Денис-ж3ф5р 3 жыл бұрын
You created your gitHub account in 2012, but almost never used it in years. How come?
@StewartLynch
@StewartLynch 3 жыл бұрын
I am not sure what you are referring to here, It may be a secondary account that you are referring to. My main account @StewartLynch is very active. Check it out in the link in the video description.
@Kenbomp
@Kenbomp 4 ай бұрын
Generics are what ypu have to do when you dont have smalltalk.
@tibettenballs4962
@tibettenballs4962 2 жыл бұрын
Great example on how abstract swift can be as a language. very odd dichotomy. its part scripting, part java-esq. still do not like closures.
@StewartLynch
@StewartLynch 2 жыл бұрын
And how powerful a type-safe language can be.
Introductions to Closures in Swift
25:02
Stewart Lynch
Рет қаралды 12 М.
Completion Handlers
17:06
Stewart Lynch
Рет қаралды 12 М.
Which One Is The Best - From Small To Giant #katebrush #shorts
00:17
Apple peeling hack @scottsreality
00:37
_vector_
Рет қаралды 131 МЛН
How to use Generics in Swift | Advanced Learning #8
19:24
Swiftful Thinking
Рет қаралды 15 М.
Generics in Swift: Protocols with associated types
15:37
Swift and Tips
Рет қаралды 10 М.
Enum Associated Values + Swift Result Type
21:09
Stewart Lynch
Рет қаралды 4 М.
Swift Generics: The Key to Reusable and Flexible Code
23:47
Swift and Tips
Рет қаралды 7 М.
map, compactMap flatMap
17:06
Stewart Lynch
Рет қаралды 8 М.
Throw, Try, Try? Try! Catch
13:38
Stewart Lynch
Рет қаралды 4 М.
Swift Generics for Beginners - Eliminate Code Duplication
10:37
Sean Allen
Рет қаралды 20 М.
Initializers Part 2
17:59
Stewart Lynch
Рет қаралды 2,4 М.
Networking in iOS with URLSession | JSON and Image data
22:46
Sam Meech-Ward
Рет қаралды 10 М.
Swift: Associated Types & Type Erasure
33:15
The Dev Method
Рет қаралды 2,7 М.