iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6.03K
links
There is a single sponsored link in each issue (monday).
One sponsor per issue.
Every sponsored link should be highly relevant to Apple ecosystem app development.
Sponsored link price - 100$
Contact:
@tigorn
Download Telegram
Join
iOS dev
10.9K subscribers
iOS dev
https://www.pointfree.co/episodes/ep281-modern-uikit-sneak-peek-part-1
www.pointfree.co
Episode #281: Modern UIKit: Sneak Peek, Part 1
As we approach WWDC24 and 5 years of SwiftUI, let’s talk about… UIKit!
😜
We love SwiftUI, but there will still be times you must drop down to UIKit, and so we want to show what modern UIKit development can look like if you put in a little bit of effort to…
iOS dev
https://bryce.co/animated-app-icons/
bryce.co
Tricking iOS Into Animating App Icons
Dive into iOS' alternate app icons system to build the weirdest homescreen experience yet!
iOS dev
https://codingwithvera.com/composite-design-pattern/
Coding With Vera
Design Patterns: Composite
Design Patterns are the foundation of software development. In an abstract form, they can help solve complex issues without specifying a programming language.
iOS dev
https://samwize.com/2024/05/08/do-not-init-state-externally-in-swiftui-view/
@samwize
Do NOT init State externally in SwiftUI
There is a pitfall with initializing a State or a StateObject. I have provided a snippet on how to init, but it really needs to provide the following warning.
iOS dev
https://www.manu.show/2024-05-30-previews/
manu.show
Previews
How to get the most out of Xcode Previews
iOS dev
https://www.hackingwithswift.com/articles/266/build-your-next-website-in-swift
Hacking with Swift
Build your next website in Swift
How Swift's result builders can help us write smarter, safer HTML.
iOS dev
https://nilcoalescing.com/blog/ScenesTypesInASwiftUIMacApp/
Nil Coalescing
Scenes types in a SwiftUI Mac app
Discover how to leverage SwiftUI's versatile scene types, like WindowGroup, DocumentGroup, Settings, Window, and MenuBarExtra, to create efficient and dynamic macOS applications.
iOS dev
https://www.swiftwithvincent.com/blog/bad-practice-not-using-a-buttonstyle
Swift with Vincent
Bad practice: not using a ButtonStyle — Swift with Vincent
You’re more of a video kind of person? I’ve got you covered! Here’s a video with the same content than this article
🍿
iOS dev
https://varanios.com/articles/dont-double-my-money-on-swift-numeric-types/
VaraniOS
Don't Double my money: on Swift Numeric types | VaraniOS
When should you pick Double and Decimal? Learn about Swift's numeric types and their optimal uses and misuses.
iOS dev
https://www.donnywals.com/preconcurrency-usage-in-swift-explained/
Donny Wals
@preconcurrency usage in swift explained – Donny Wals
Learn how you can use the @preconcurrency attribute in Swift to incrementally adopt strict concurrency in your projects.
iOS dev
https://www.swiftdevjournal.com/save-data-in-your-swift-app-with-propertylistencoder/
Swift Dev Journal
Save Data in Your Swift App with PropertyListEncoder – Swift Dev Journal
Apple provides a PropertyListEncoder class to save data as a dictionary in a property list file. If your app’s data can be saved to a dictionary, using Pr
iOS dev
http://swiftwithmajid.com/2024/05/28/if-and-switch-expressions-in-swift/
Swift with Majid
If and switch expressions in Swift
One of the silent changes in Swift 5.9 was if and switch expressions. I only saw a little about this option, but it can improve your code in many ways. This week, we will learn about if and switch expressions in Swift.
iOS dev
https://www.avanderlee.com/swift/chatgpt-code-generation-prompts/
SwiftLee
ChatGPT for Swift: Top 5 code generation prompts
Boost your productivity with ChatGPT for Swift code generation. Learn how to harness the power of AI to speed up your development process.
iOS dev
https://augmentedcode.io/2024/06/03/aligning-views-in-different-stacks-in-swiftui/
Augmented Code
Aligning views in different stacks in SwiftUI
While working on a SwiftUI view, I needed a way for aligning views in different stacks in a way that they are centred. Most of the time I can get away using default alignment values, what HStack an…
iOS dev
https://medium.com/@jpmtech/your-complete-guide-to-push-notifications-in-swiftui-8a13f5588662
Medium
Your Complete Guide to Push Notifications in SwiftUI
Push notifications are a feature that many apps use, but there hasn’t been much content around how they work or how to implement them. In this tutorial we will make this complex topic easier to…
iOS dev
https://fatbobman.com/en/posts/before-wwdc-2024-swiftdata/
fatbobman.com
Before WWDC 2024 - The Future Potential and Real Challenges of SwiftData
Explore SwiftData's performance since Xcode 15 release & its future. We assess its role in Apple's ecosystem and highlight key issues, like predicate conversion and UI updates.
iOS dev
https://rensbr.eu/blog/swiftui-attribute-graph/
rensbr.eu
Untangling the AttributeGraph - Rens Breur
iOS dev
https://notprivateapis.com/documentation/notprivateapis/
NotPrivateAPIs
Totally Not Uncovering Private Apis
iOS dev
https://www.massicotte.org/concurrency-swift-6-se-0414
massicotte.org
SE-0414: Region based Isolation
Earlier in this series, I said that there are three proposals that will have a profound effect on how Swift concurrency is used. This one definitely falls into that category. But, I don’t think the word “profound” even goes far enough. I’m not sure how the…
iOS dev
https://www.massicotte.org/concurrency-swift-6-se-0417
massicotte.org
SE-0417: Task Executor Preference
Swift 5.9 introduced a feature, via SE-0392, called custom actor executors. This was a low-level concurrency feature that made it possible to control the context an actor uses for execution. You don’t need to understand the how or even the why here. All that’s…