iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6K
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://medium.com/appcent/add-quick-actions-to-swiftui-app-4498df911b93
Medium
Add Quick Actions to SwiftUI App
Hello, we will be discussing Quick Actions in this article. If you haven’t heard of Quick Actions before, we can start by summarizing it.
iOS dev
https://jackmorris.xyz/posts/2023/11/29/shipping-values-between-actors/
Shipping Values Between Actors
iOS dev
https://swiftwithmajid.com/2023/11/28/mastering-mapkit-in-swiftui-basics/
Swift with Majid
Mastering MapKit in SwiftUI. Basics.
MapKit integration with SwiftUI significantly changed this year. In the previous version of SwiftUI, we had very basic functionality of MKMapView wrapped into the SwiftUI view named Map. Fortunately, things changed, and SwiftUI introduced a new API for MapKit…
iOS dev
https://medium.com/the-swift-cooperative/swiftui-geometrygroup-guide-from-theory-to-practice-1a7f4b04c4ec
Medium
SwiftUI geometryGroup() Guide: From Theory to Practice
Unlocking Advanced Animations and Layouts
iOS dev
https://holyswift.app/create-your-own-step-counter-swiftui-app-in-5-minutes/
Holy Swift
Create Your Own Step Counter SwiftUI App in 5 Minutes - Holy Swift
Learn to build a SwiftUI Step Counter app with HealthKit in this easy, beginner-friendly tutorial. Start your app development journey now
iOS dev
https://developer.apple.com/news/?id=ik9z4ll6
Apple
25 hours of Xcode Cloud now included with the Apple Developer Program - Latest News - Apple Developer
Xcode Cloud, the continuous integration and delivery service built into Xcode, accelerates the development and delivery of high-quality apps. It brings together cloud-based tools that help you build apps, run automated tests in parallel, deliver apps to testers…
iOS dev
https://www.createwithswift.com/explore-accessibility-regulations-and-guidelines/
Create with Swift
Exploring accessibility regulations and guidelines
Explore the world of accessibility laws, regulations, guidelines, legal aspects, and the profound impact they have on shaping a more inclusive technological future.
iOS dev
https://damian.fyi/swift/2023/12/03/asyncstream-in-the-real-world-wrapping-an-apple-photos-callback.html
Damian Mehers’ blog
AsyncStream in the real world: wrapping an Apple Photos callback
I’ve read plenty of blog posts about Swift’s AsyncStream but never had a reason to use it to implement something myself until now. It was surprising easy.
iOS dev
https://david.y4ng.fr/the-art-of-the-corner-radius/
David Yang
The Art of the Corner Radius
Corner radius are a very common thing in app designs. It’s very easy to achieve in SwiftUI. But when embedding multiple content with rounded corners, are you doing it right? Here are a few tricks of mine.
iOS dev
https://chrisbanes.me/posts/swiftui-for-jetpack-compose-devs-state/
Chris Banes
SwiftUI for Jetpack Compose developers - State (I)
Explore the seamless transition from Jetpack Compose to SwiftUI for developers. Dive into the intricacies of managing state in SwiftUI, gaining valuable insights and tips for a smooth development experience.
iOS dev
https://www.swiftjectivec.com/keeping-up-with-swift-and-ios/
Swiftjective-C
Keeping Up with Swift and iOS
Part of being in this industry is keeping up with the changes. Here's a quick rundown of how I tackle it.
iOS dev
https://blog.stackademic.com/ios-are-you-truly-adopting-mvvm-or-just-a-bad-shaped-mvp-1bfa31f619e8
Medium
iOS: Are You Truly Adopting MVVM? Or Just a Badly Shaped MVP?
I will start this story with a disrupting fact: Probably you are not implementing MVVM in your UIKit project, but rather a version of…
iOS dev
https://www.avanderlee.com/swiftui/sfsafariviewcontroller-open-webpages-in-app/
SwiftLee
SFSafariViewController in SwiftUI: Open webpages in-app
Use SFSafariViewController in SwiftUI and catch any outgoing URLs to ensure they open in-app instead of in the external Safari browser.
iOS dev
https://www.polpiella.dev/cocoapods-swift-macros/
www.polpiella.dev
Distributing a Swift Macro using CocoaPods
Learn how to create and distribute a Swift macro as a CocoaPods library.
iOS dev
https://www.danijelavrzan.com/posts/2023/12/custom-dark-mode-color/
Danijela's blog
Add custom dark mode color to your app | Danijela's blog
When developing apps in SwiftUI, we're given a set of components that allow us to support both light and dark modes without a lot of work. But, there might be occasions where you want a different dark mode color for your app. Like dark blue.
iOS dev
https://ohmyswift.com/blog/2023/12/01/from-viewwillappear-to-viewisappearing-perfecting-your-ios-view-transitions/
OhMySwift
From viewWillAppear to viewIsAppearing - Perfecting Your iOS View Transitions
In WWDC23, Apple introduced a nuanced addition to the UIViewController lifecycle: viewIsAppearing. This instance method is a game-changer for developers looking to fine-tune the presentation and layout of their views. Let’s explore how this method enhances…
iOS dev
http://swiftwithmajid.com/2023/12/05/mastering-mapkit-in-swiftui-customizations/
Swift with Majid
Mastering MapKit in SwiftUI. Customizations.
Last week, we started a series of posts about the new MapKit API in SwiftUI. We talked about the basics of the new API, and now we can continue the topic by covering the customization part of new APIs. This week, we will learn the customization points of…
iOS dev
https://nonstrict.eu/blog/2023/darwin-notifications-app-extensions/
Nonstrict
Using Darwin Notifications to communicate with App Extensions | Nonstrict
On iOS, Darwin Notifications can be used to send and receive notifications between an app and its extensions. We wrap the old C-style functions to be easier to use from Swift.
iOS dev
https://augmentedcode.io/2023/12/11/asyncphoto-in-swiftui-for-displayng-large-photos/
Augmented Code
AsyncPhoto for displaying large photos in SwiftUI
While working on one of my private projects which deals with showing large photos as small thumbnails in a list, I found myself needing something like AsyncImage but for any kind of data sources. A…
iOS dev
https://holyswift.app/how-to-create-geofences-in-swiftui/
Holy Swift
A Guide to Geofences in SwiftUI - Holy Swift
Explore geofencing in SwiftUI: From Pokemon GO's impact to using CLMonitor for innovative iOS location-based app development.