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://developer.apple.com/news/?id=5mcfho5g
Apple
Q&A with the Apple UX writing team - Discover - Apple Developer
Get tips on writing clear onboarding flows, uplifting content, and effective notifications.
iOS dev
https://scottsmithdev.com/screen-vs-view-in-swiftui
Scott Smith Dev
Screen vs View in SwiftUI
When SwiftUI was announced in June 2019, I was on a team that decided we were going to use SwiftUI to build our new large-scale production app. We started right away and rode the wild roller coaster of the SwiftUI beta rush of Summer 2019, and we wer...
iOS dev
https://pkl-lang.org/blog/introducing-pkl.html
Introducing Pkl, a programming language for configuration
iOS dev
https://www.polpiella.dev/setting-up-shareplay-on-an-ios-app-from-scratch/
www.polpiella.dev
Setting up SharePlay on an iOS app
How to configure, start and manage shared experiences in your iOS app using SharePlay.
iOS dev
https://www.swiftjectivec.com/swiftui-alignment-guides-tip-tricks/
Swiftjective-C
Fun Alignment Guide Tricks
Alignment guides are something I didn't really think about much in SwiftUI. Lately, I've seen some compelling examples of how they can be used.
iOS dev
https://medium.com/bumble-tech/scaling-ios-at-bumble-76754fa874f7
Medium
Scaling iOS at Bumble: Part 1/3 — The Challenges
This article is the first in a series of three. We’ll be presenting work undertaken during 2022 and 2023 aimed at tackling the challenges of scaling our iOS production apps. Bumble Inc. is the parent…
iOS dev
https://medium.com/bforbank-tech/swiftui-hero-animation-with-matched-geometry-effect-abcf67f53114
Medium
SwiftUI Hero Animation with Matched Geometry Effect
An easy example of animating views with Matched Geometry Effect
iOS dev
https://www.swiftwithvincent.com/blog/bad-practice-using-lowercased-to-compare-strings
Swift with Vincent
Bad practice: using .lowercased() to compare strings — 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://jacobbartlett.substack.com/p/compiler-cocaine-the-swift-method
Jacobstechtavern
The Swift Method Dispatch Deep Dive
And the compiler's endless quest to speed up your code
iOS dev
https://www.swiftindepth.com/articles/self-sufficient-features/
Swiftindepth
The power of self-sufficient features
Imagine features capable of functioning independently, without relying on their parent too much, if at all. They can handle their tasks autonomously, with no need to be micromanaged by an ancestor class.
iOS dev
https://medium.com/airbnb-engineering/migrating-our-ios-build-system-from-buck-to-bazel-ddd6f3f25aa3
Medium
Migrating Our iOS Build System from Buck to Bazel
How Airbnb achieved a smooth and transparent migration from Buck to Bazel on iOS, with minimal interference to developer workflows
iOS dev
https://kevin-jonathan.medium.com/oversimplifying-swiftui-view-code-using-viewstate-and-swiftuis-viewbuilder-case-study-included-862b7e60c7da
Medium
Oversimplifying SwiftUI View Code using ViewState and SwiftUI’s ViewBuilder (Case Study Included!)
Let’s say you have developed a pretty complex iOS app with a lot of lines of code, but you are having a hard time to manage the view code because it’s quite messy and hard to read. We can definitely…
iOS dev
https://fatbobman.com/en/posts/exploring-swiftui-property-wrappers-4/
fatbobman.com
Exploring Property Wrappers in SwiftUI - @UIApplicationDelegateAdaptor, @AccessibilityFocusState, @FocusedObject, @FocusedValue…
Explore SwiftUI's powerful property wrappers: @UIApplicationDelegateAdaptor for UIKit integration, @AccessibilityFocusState for enhanced accessibility, and @FocusedObject, @FocusedValue, @FocusedBinding for focus management. Learn how they simplify app development…
🔥
1
iOS dev
https://www.hackingwithswift.com/articles/265/shipping-a-visionos-app-for-launch
Hacking with Swift
Shipping a visionOS app for launch
The future of audio synthesis is in your hands!
iOS dev
https://swiftonserver.com/using-swiftnio-channels/
Swiftonserver
Using SwiftNIO - Channels - Swift on server
Create a TCP server using SwiftNIO and structured concurrency
iOS dev
https://www.donnywals.com/comparing-observable-to-observableobjects/
Donny Wals
Getting started with @Observable in SwiftUI – Donny Wals
Find out how you can leverage the new @Observable macro in your apps. You’ll lean how it compares to ObservableObject and whether it makes sense to switch
iOS dev
https://holyswift.app/what-is-testable-annotation-in-swift/
Holy Swift
What is @testable Annotation in Swift? - Holy Swift
Explore @testable in Swift testing, its impact on code structure, and the balance between accessibility and encapsulation in unit tests.
iOS dev
https://developer.apple.com/documentation/technotes/tn3161-inside-code-signing-certificates
Apple Developer Documentation
TN3161: Inside Code Signing: Certificates | Apple Developer Documentation
Learn how code signing uses certificates to identify code authors.
iOS dev
https://www.swiftuifieldguide.com/
SwiftUI Field Guide
A visual guide to help explore SwiftUI
iOS dev
https://www.createwithswift.com/create-an-animated-transition-with-matched-geometry-effect-in-swiftui/
Create with Swift
Create an animated transition with Matched Geometry Effect in SwiftUI
Learn how to use matched geometry effect to animate views in SwiftUI
iOS dev
https://www.createwithswift.com/ensuring-interface-legibility-and-contrast-in-visionos/
Create with Swift
Ensuring interface legibility and contrast in visionOS
Use materials to craft spatial user interfaces, ensuring legibility and contrast.