Using and creating Property Wrappers
22:16
Context Menus: from basics to polish
37:05
A class-dump in 2019
36:18
4 роки тому
Combining Sounds in Swift
20:25
4 роки тому
Exploiting The Swift ABI
40:07
4 роки тому
Privacy Aware Logging with Swift
28:24
How (not) to A/B Test
16:25
5 років тому
CoreImage for Fun and Profit
26:56
5 років тому
Advanced Debugging and Swift
24:55
5 років тому
Putting your app on a diet
32:15
5 років тому
Bespoke, Artisanal Swift Static Analysis
37:33
Starting a Mobile Design System
28:08
5 років тому
Hashing, Hashable, and Hash Values
20:08
gRPC & iOS at Lyft
32:02
5 років тому
КОМЕНТАРІ
@fznzmn
@fznzmn 3 місяці тому
Is there a new url?
@aleksandrzinovev429
@aleksandrzinovev429 Рік тому
Can you give link to that project so I can learn it from inside if it is ok for you? =)) I think it is ideal to learn from🙂
@user-wi3cy8hq3v
@user-wi3cy8hq3v Рік тому
So useful, thanks for the lecture
@Cdswjp
@Cdswjp Рік тому
This was a good video. Thanks a lot. Would like to see a follow up video or two. Cheers
@ilan_mittelman
@ilan_mittelman Рік тому
casually predicting M1 macs at 3:55
@shozab2012
@shozab2012 2 роки тому
hi just open context the last cell and tap status bar notice text is changing can you fix that or give a solution?
@iCode21
@iCode21 2 роки тому
Great solutions
@teaintheelephantroom
@teaintheelephantroom 2 роки тому
The Apple documentation for Swift sucks in general.
@lordfresh
@lordfresh 2 роки тому
Very good presentation!
@user-yd9xy3rb4x
@user-yd9xy3rb4x 2 роки тому
5:10 I like the saying " We're scientist here".
@TylerMatthewHarris
@TylerMatthewHarris 2 роки тому
Thank you !!
@iamsanketray
@iamsanketray 2 роки тому
Should have shared GitHub link
@anamigator
@anamigator 2 роки тому
Great talk!
@rungxanh2901
@rungxanh2901 2 роки тому
Thank you Noah for the extremely helpful resource 🙌🏻
@marcusziadev
@marcusziadev 2 роки тому
Awesome
@joe0212
@joe0212 3 роки тому
This guy makes me scratch my head 😓... very high level talk for me
@chadwiedemann
@chadwiedemann 3 роки тому
This was a year ago. Have they open sourced this yet?
@karthikm.s.5150
@karthikm.s.5150 3 роки тому
Has the autoclosure swift bug been fixed?
@user-bl7hr6wh2e
@user-bl7hr6wh2e 3 роки тому
I can not believe such a good video has only a few hunters watching. If I found this video days ago, I could save days from horrible written tutorials.
@azhmanadam1949
@azhmanadam1949 3 роки тому
"I know nothing about Swift", this is the feeling I've got after watching it... :))) Great stuff . Thank you
@goldfish8196
@goldfish8196 3 роки тому
Excellent !
@codenchill5636
@codenchill5636 3 роки тому
great pres!
@ciantim2996
@ciantim2996 4 роки тому
The website is extremely useful. Thank you
@noahsark769
@noahsark769 4 роки тому
Happy it has helped!
@waseemahmadwani7215
@waseemahmadwani7215 4 роки тому
Thank you for this video, I just understood what property wrappers actually are. I m using DynamicColor property wrapper to handle dark mode in my project. For iOS 13 it is ok. But how can I use same wrappers for handling dark in iOS less than 13, where I have created two separate custom themes - dark and light theme. Need your help
@alltaxationrequirescops
@alltaxationrequirescops 4 роки тому
On the wire just means on the network
@alltaxationrequirescops
@alltaxationrequirescops 4 роки тому
"basically"
@OtherTheDave
@OtherTheDave 4 роки тому
Thanks!
@wellingtonmoreno1851
@wellingtonmoreno1851 4 роки тому
Java has had this ability from day one.
@_marlon
@_marlon 4 роки тому
Awesome talk!!
@BaekSoftWare
@BaekSoftWare 4 роки тому
Helps me a lot
@konrain7299
@konrain7299 4 роки тому
Please post more talks!
@SwiftLanguageUserGroup
@SwiftLanguageUserGroup 4 роки тому
We host talks every 6 weeks and post them to our channel a few days following each event: ukposts.info/the/18tEI7YdUtg4bL9yxv1Xjg.html
@petersuvara
@petersuvara 4 роки тому
@@SwiftLanguageUserGroup keep it up guys.
@yixe2253
@yixe2253 4 роки тому
👍👍
@AvihuTurzion
@AvihuTurzion 4 роки тому
Really amazing well put together talk! A very important subject as well. Just the audio level is so low. Was really hoping no notification will pop up during the video and blow out my ears 😬
@zavatone
@zavatone 4 роки тому
Uhhh, just buy a decompiler.
@DazedNConfused71
@DazedNConfused71 4 роки тому
Great video, came here after listening to Adam on Swift by Sundel Podcast
@paulvonschrottky333
@paulvonschrottky333 4 роки тому
Really enjoyed the video 👍
@chrispy104k
@chrispy104k 4 роки тому
Great discussion but the audio level needs to be boosted and this article re-posted.
@goldrunner18725
@goldrunner18725 4 роки тому
I believe LoggingExcluded could now be defined as a Property Wrapper in Swift 5.1.
@SudhanshuSrivastavaIndia
@SudhanshuSrivastavaIndia 4 роки тому
Really nice talk.
@CuongLe-xo4ee
@CuongLe-xo4ee 5 років тому
do they open source that framework?
@DimaOsadchy
@DimaOsadchy 5 років тому
Nope, but there is a good article related to this video noahgilmore.com/blog/swift-dependency-injection/?fbclid=IwAR0mFf6nupSHJHXbtItBejQbD2c2u9tZmDsu-9tP0hAbyasZnnoVEshpPIc
@NickTeissler
@NickTeissler 4 роки тому
I couldn't find this library, but it is a big emerging pattern. Here is another lightweight one that I have liked to use: github.com/hmlongco/Resolver that works very similar to the one described in the video
@PulkitKaushik_3
@PulkitKaushik_3 5 років тому
Good explanation by using bucket concept. Thanks
@theophanerupin228
@theophanerupin228 5 років тому
Slides: www.slideshare.net/ThophaneRupin/maintaining-a-dependency-graph-with-weaver Github: github.com/scribd/Weaver
@guycohen1910
@guycohen1910 5 років тому
Thank you for the lecture but this is not practical at all. why do we need all of these stuff if we can do it from the debugger with expression. this is a bit overhead.
@codefarmerRob
@codefarmerRob 5 років тому
The link in the video does not seem to be working any more, can we have an updated link to all the source?
@SwiftLanguageUserGroup
@SwiftLanguageUserGroup 5 років тому
Here's the link: git.io/fxyFA
@codefarmerRob
@codefarmerRob 5 років тому
Good Stuff!
@brandonerbschloe5950
@brandonerbschloe5950 5 років тому
I have seen all of Brett's talks, he is always a pleasure to listen to about Machine Learning.
@alexitosworld
@alexitosworld 5 років тому
Pretty cool, thanks for recording the talk and sharing it ^^
@soffes
@soffes 5 років тому
You can watch the gRPC talk I mentioned here: ukposts.info/have/v-deo/f59kk21poG6Ty30.html