iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
5.97K
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.createwithswift.com/configuring-default-window-and-volume-size-in-visionos/
Create with Swift
Configuring default window and volume size in visionOS
Learn how to set up the size of windows and volumes in visionOS applications.
iOS dev
https://swiftwithmajid.com/2024/02/13/discovering-swift-algorithms-package/
Swift with Majid
Discovering Swift Algorithms package
Almost every app I built and supported includes the Swift Algorithms package. However, I noticed that only some developers are familiar with it. Today, we will discover what the Swift Algorithms package offers us to write better, safer code for complex algorithms.
iOS dev
https://www.polpiella.dev/cross-platform-app-releases-with-xcode-cloud/
www.polpiella.dev
Automating app releases for multiple platforms with Xcode Cloud
A peek into a real-world example of a release workflow using Xcode Cloud to build and distribute an app with an iOS and a visionOS target.
iOS dev
https://medium.com/swiftable/ios-interview-guide-equatable-protocol-7fd99048a7ee
Medium
iOS Interview Guide: Equatable Protocol
Level: Intermediate, Priority: Medium
iOS dev
https://pratap89singh.medium.com/ios-mobile-app-security-best-practices-for-ios-mobile-developers-a7e9375d40be
Medium
IOS Mobile App Security: Best Practices for iOS Mobile Developers.
iOS developers must prioritize code security, data storage, and communication security based on OWASP Top 10. Although iOS is less…
iOS dev
https://holyswift.app/the-basics-of-swiftui-alignment-guides/
Holy Swift
Understanding Once and For All SwiftUI Alignment Guides - Holy Swift
Explore SwiftUI alignment guides with a blend of coding insights and nostalgic reflections, uncovering layout techniques and personal growth.
iOS dev
https://useyourloaf.com/blog/xcode-console-and-unified-logging/
Use Your Loaf - iOS Development News & Tips
Xcode Console and Unified Logging
If you're still using print statements to debug your App it's time you moved to the unified OS logging framework.
iOS dev
https://scottsmithdev.com/encapsulate-and-generalize-in-swift
Scott Smith Dev
Encapsulate and Generalize in Swift
An approach to depending less on your dependencies
iOS dev
https://wadetregaskis.com/hiding-swiftui-views/
Hiding SwiftUI views
iOS dev
https://swiftonserver.com/logging-for-server-side-swift-apps/
Swiftonserver
Logging for server-side Swift apps - Swift on server
Discover how to integrate the Logging library into an application, use various log levels, and tailor the unified logging API for backend projects.
iOS dev
https://swdevnotes.com/swift/2024/how-to-create-a-binary-tree-using-an-array-in-swift-part-1/
Swdevnotes
How to create a binary tree using an array in Swift - part 1
iOS dev
https://augmentedcode.io/2024/02/12/opening-hyperlinks-in-swiftui/
Augmented Code
Opening hyperlinks in SwiftUI
Opening hyperlinks in UIKit with UILabel is unexpectedly complex, what about SwiftUI? In this post, we’ll dive into opening hyperlinks in SwiftUI. If we just would like to show a hyperlink, t…
iOS dev
https://www.swiftwithvincent.com/blog/how-to-write-safer-code-using-the-lock-and-key-pattern
Swift with Vincent
How to write safer code using the Lock
🔒
and Key
🔑
pattern — 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://www.donnywals.com/how-to-determine-where-tasks-and-async-functions-run-in-swift/
Donny Wals
How to determine where tasks and async functions run in Swift?
Learn how you can reason about where your async functions and Tasks in Swift will run using a couple of straightforward rules.
iOS dev
https://www.avanderlee.com/swiftui/scaledmetric-dynamic-type-support/
SwiftLee
How to use @ScaledMetric in SwiftUI for Dynamic Type support
Support Dynamic Type in your app and use the @ScaledMetric Property Wrapper to scale numeric values proportionally.
iOS dev
https://forums.swift.org/t/swift-6-0-release-process/70220
Swift Forums
Swift 6.0 Release Process
Swift 6.0 Release Process This post describes the release process, and estimated schedule for Swift 6.0. Snapshots of Swift 6.0 Downloadable snapshots of the Swift 6.0 release branch will be posted regularly as part of continuous integration testing. As…
iOS dev
https://www.swift.org/blog/mlx-swift/
Swift.org
On-device ML research with MLX and Swift
The Swift programming language has a lot of potential to be used for machine learning research because it combines the ease of use and high-level syntax of a language like Python with the speed of a compiled language like C++.
iOS dev
https://bryce.co/xcode-plugin-loader/
bryce.co
Modding Plugins back into Xcode
Adding plugin support to Xcode 14+, the hard way
iOS dev
https://itnext.io/ensuring-secure-api-access-harnessing-apples-attest-protocol-for-ios-app-integration-c63989c92057
Medium
Ensuring Secure API Access: Harnessing Apple’s Attest Protocol for iOS App Integration
Generative AI currently dominates discussions, inspiring my decision to integrate ChatGPT into my Letter App (https://letter-app.com). This…
iOS dev
https://swiftology.io/articles/tydd-part-3/
Swiftology
Witness pattern — type-safe access control | Swiftology
A common challenge in software design is ensuring that access to a certain functionality is restricted under specific preconditions. In this article, I will show you how to design bulletproof type-safe access control using the **Witness Pattern**.