Swift News - Swift 6, Strict Concurrency, Privacy, State of Subscription Apps, Indie Dev & More

  Переглядів 13,716

Sean Allen

Sean Allen

День тому

Swift News is a monthly show where I showcase the latest news, blog posts, videos and more from the world of iOS development and Swift.
All Links are kept here -Swift News GitHub Repo:
github.com/SAllen0400/swift-news
In this episode I cover:
- Swift 5.10 Release
- Strict Concurrency Checking
- Swift 6 Concurrency Focus
- App Store Screenshots
- App Paywalls
- 65 Xcode Tips & Tricks
- Encapsulate & Generalize Swift Code
- Healthy Codebases
- New Privacy Manifest Requirements
- State of Subscription Apps 2024
- And more!
My iOS Dev Courses:
seanallen.teachable.com/
My Source Code:
seanallen.teachable.com/p/sou...
X (Twitter):
Sean Allen - / seanallen_dev
Hired.com:
hired.com/x/1n01g
Book and learning recommendations that help out the channel if you decide to purchase (Affiliate Links):
Mark Moeyken’s SwiftUI Books:
www.bigmountainstudio.com/a/f...
Paul Hudson's Hacking With Swift:
gumroad.com/a/762098803
RocketSim - Enhance Your Xcode Simulator:
gumroad.com/a/51797971/ftvbh
Objc.io Books (Thinking in SwiftUI & Advanced Swift):
gumroad.com/a/656585843
Timestamps:
0:00 - Swift 5.10 release - What's new?
1:11 - The path to Swift 6
2:10 - Don't panic!
2:30 - Should you enable Strict Concurrency Checking?
3:41 - Swift 5.10 & getting ready for Swift 6
4:14 - App Store Screenshot designs
4:56 - Paywall design inspiration
5:21 - 65 Xcode tips
5:57 - Encapsulate & Generalize Swift Code
8:12 - Healthy codebases & developer morale
9:07 - New App Store privacy requirements
11:09 - State of Subscription Apps 2024
12:30 - Apple Vision Pro fun
#swift #softwaredeveloper #iosdeveloper

КОМЕНТАРІ: 50
@seanallen
@seanallen Місяць тому
Learn more with my Swift, SwiftUI & UIKit courses at seanallen.teachable.com
@duskyroyal
@duskyroyal Місяць тому
This episode is super informative. Thanks Sean!
@seanallen
@seanallen Місяць тому
Glad you enjoyed it!
@pretty17Libra
@pretty17Libra Місяць тому
You're a godsend, so much love for you and your hard work!
@seanallen
@seanallen Місяць тому
I appreciate that :)
@chesterman18g
@chesterman18g Місяць тому
Totally agree with healthy codebase!
@gunseliunsal9100
@gunseliunsal9100 Місяць тому
Thank you Sean!
@seanallen
@seanallen Місяць тому
No problem :)
@gopinatha4202
@gopinatha4202 Місяць тому
Thank you so much SeanAllan for bringing swift news again 🤝 🎉.
@seanallen
@seanallen Місяць тому
Happy to!
@petersuvara
@petersuvara Місяць тому
Hey Sean, keep it up mate! Thanks for the Swift news.
@seanallen
@seanallen Місяць тому
Thanks, will do!
@fbot2010
@fbot2010 Місяць тому
Thanks Sean, you’re the greatest.
@seanallen
@seanallen Місяць тому
I appreciate that!
@liang0
@liang0 Місяць тому
Great video sharing value contents, keep it on. Looking forward on April
@seanallen
@seanallen Місяць тому
Thanks, will do!
@saeedrahmatolahi462
@saeedrahmatolahi462 Місяць тому
So cool, I liked about that idea to import the dependencies only once as much as we can, actually I also wrote an article in medium for it. 6:37
@seanallen
@seanallen Місяць тому
Glad you liked it :)
@Deadpool25mm
@Deadpool25mm Місяць тому
Thanks Sean! Great episode
@seanallen
@seanallen Місяць тому
Glad you liked it!
@sorinmiroiu9404
@sorinmiroiu9404 Місяць тому
i just love this show, i swear. i know other friends and collaborators who work as ios devs, and we all reference your videos. it's insane and amazing. keep it up, m'lord! with haste! *unsheathes his sword as he starts riding on his horse towards the sunset *horse sounds
@seanallen
@seanallen Місяць тому
Thanks Sorin! I'm having fun doing the show again. Good to be back.
@kochkindavid
@kochkindavid Місяць тому
Thank you Sean 👍🏻
@seanallen
@seanallen Місяць тому
Any time
@software-sage
@software-sage Місяць тому
Hey Sean, I think the user default requirements coming up on May 1 of 2024 is going to collect a lot of people and I think you should make a video on it. It confuses me to be nice for someone to just break it all down into a 10 minute video.
@seanallen
@seanallen Місяць тому
Already in the works :)
@JOyo246642
@JOyo246642 Місяць тому
9:17
@chezchezchezchez
@chezchezchezchez Місяць тому
I just wanna tell you, Sean how much I love these news videos! Are you the only person that does this? Or are there other people I should subscribe to for News, also, thank you very much.
@seanallen
@seanallen Місяць тому
Glad you like it! I'm having a lot of fun doing the show again. As far as I know, I'm the only one doing this in the Swift space.
@ToddHoff
@ToddHoff Місяць тому
Perhaps a more helpful way of thinking about the one import rule is that everything in your system should rely on abstractions with low coupling and high cohesion. That's why they are usually some kind of service or manager or singleton or whatever. Since an abstraction could cross multiple files under a group, where each imports the same package, one import may be confusing. I can see people having humongous source files just to comply with the rule :-) Your analytics example is perfect. I imagine it could get rather large and complex, yet from the perspective of the rest of your code, it's one abstraction.
@DaveJacobseniOS
@DaveJacobseniOS Місяць тому
Clutch resources! Thank you✌
@seanallen
@seanallen Місяць тому
Thanks Dave!
@awais.fayyaz
@awais.fayyaz Місяць тому
A lot of good stuff. Keep it up Bro!
@seanallen
@seanallen Місяць тому
Thanks! Will do!
@steliostz2661
@steliostz2661 Місяць тому
nice video, thanks!
@seanallen
@seanallen Місяць тому
Glad you liked it!
@victorriurean
@victorriurean Місяць тому
🔥
@michaellatta
@michaellatta Місяць тому
I lost a year trying to use swift concurrency only to realize it was not working the way I thought it did. Rust enforces safety and it did not take more than a week to “get” how it works. I look forward to turning on the swift checking.
@seanallen
@seanallen Місяць тому
I'm curious to hear how it goes. The whole community will be in the same boat. It's going to be an interesting transition, that's for sure.
@randomjjj4034
@randomjjj4034 Місяць тому
❤‍🔥❤‍🔥
@sk4tec
@sk4tec Місяць тому
Where does this leave Combine. No mention about Combine is it dead? Sunk a lot of time learning it.
@seanallen
@seanallen Місяць тому
I believe Combine is basically dead. Apple hasn't updated it in a while and it appears Swift Concurrency is filling it's spot. There may be some niche cases where Combine is the right tool, but I don't believe it will be a big part of Apple development moving forward.
@umarparacha653
@umarparacha653 Місяць тому
What new aboit swiftui ..why is not still mature and ready for production
@seanallen
@seanallen Місяць тому
If you can support iOS 16 and above, SwiftUI is ready for production for the vast majority of apps.
@ryshask
@ryshask Місяць тому
You don't understand it... Then the article proceeds to start a sentence with And...
@seanallen
@seanallen Місяць тому
Good thing grammar isn't correlated to Swift Concurrency skills.
@AbdulQadir-zv9zs
@AbdulQadir-zv9zs Місяць тому
the people working on version naming are super dumb. they just have to do 5.9 then move to 6.0. they need to taught a basic math knowledge. If they need to do this.
CoreML on iOS: Get started programming a simple Swift app
49:34
Manning Publications
Переглядів 3,2 тис.
Auto Layout Tutorial in swift iOS (landscape and portrait)
5:12
Official SR
Переглядів 2,9 тис.
Get a knife! | Standoff 2
01:06
Standoff 2 Live
Переглядів 1,5 млн
Voloshyn - ЗУСИЛЛЯ (прем'єра треку 2024)
06:17
VOLOSHYN
Переглядів 778 тис.
How to determine where code runs in Swift Concurrency
12:42
donny wals
Переглядів 1,6 тис.
Swift 5.9 Released | Prime Reacts
14:36
ThePrimeTime
Переглядів 59 тис.
NEW Suzuki Swift review - the BEST cheap small car? | What Car?
12:32
A SwiftUI tip everyone needs to know: Automatic Grammar Agreement
1:00
The difference between Self and self in Swift #shorts
0:57
Swift and Tips
Переглядів 7 тис.
Swift API Calls for Beginners (Networking) - Async Await & JSON
25:35
Рекламная уловка Apple 😏
0:59
Яблык
Переглядів 783 тис.
3D printed Nintendo Switch Game Carousel
0:14
Bambu Lab
Переглядів 392 тис.
На iPhone можно фоткать даже ночью😳
0:30
GStore Mobile
Переглядів 753 тис.
Я Создал Новый Айфон!
0:59
FLV
Переглядів 2,8 млн
🤯Самая КРУТАЯ Функция #shorts
0:58
YOLODROID
Переглядів 3,1 млн