iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.09K
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.8K subscribers
iOS dev
https://developer.apple.com/news/?id=v868vy6e
Apple
Swift Playgrounds 4 now available - Latest News - Apple Developer
Swift Playgrounds is the best and easiest way to learn how to code. And with Swift Playgrounds 4, you have the tools to build iPhone and iPad apps right on iPad and submit them directly to App Store Connect, providing a new way for you to easily create apps…
iOS dev
https://www.hackingwithswift.com/articles/244/swift-playgrounds-4
Hacking with Swift
Swift Playgrounds 4 is here, and it’s a thing of beauty
Building complete apps on your iPad is now possible.
iOS dev
https://pspdfkit.com/blog/2021/ios-15-image-api
Nutrient
Loading Images on iOS 15 | Nutrient
We discuss the new iOS 15 APIs provided by UIKit for loading and displaying images and the SwiftUI APIs for loading an image from a remote URL.
iOS dev
https://sarunw.com/posts/how-to-make-custom-xctest-assertions-show-an-error-at-call-site/
Sarunw
How to make custom XCTest assertions show an error at the call site | Sarunw
Learn how to write custom XCTest assertions that match the behavior of the built-in ones.
iOS dev
https://sarunw.com/posts/how-to-change-uiimage-color-in-swift/
Sarunw
How to change UIImage color in Swift | Sarunw
Learn different ways to color an UIImage in Swift.
iOS dev
https://alejandromp.com/blog/ios-app-architecture-in-2022/
Alejandro M. P.
iOS App Architecture in 2022 | Alejandro M. P.
Since we’re about to start a new year, I thought it would be good to write about what I think it’s the best approach for building iOS apps nowadays.
iOS dev
https://www.fadel.io/blog/posts/30-tips-to-make-you-a-better-ios-developer
www.fadel.io
30 tips to make you a better iOS developer
If you’d like to know more about the ins and outs of iOS/macOS development, you can find me on Twitter.
.image img { display: block; margin-left: auto; margin-right: auto; border-radius: 12px; } .image-caption { font-style: normal; display: inherit; text…
iOS dev
https://www.raywenderlich.com/27390649-monitoring-http-traffic-with-instruments
kodeco.com
Monitoring HTTP Traffic with Instruments
Learn to monitor and analyze HTTP traffic using Instruments Network profiling in your iOS SwiftUI apps.
iOS dev
https://betterprogramming.pub/use-coredata-from-an-spm-package-e82c465d5d02
Medium
How to Configure a Swift Package to Expose CoreData
Use CoreData from an SPM package
iOS dev
https://betterprogramming.pub/create-layered-dependency-injection-with-swift-property-wrappers-6e7a841f0934
Medium
Create Layered Dependency Injection With Swift Property Wrappers
Resolve dependencies at compile-time
iOS dev
https://useyourloaf.com/blog/scenestorage-for-custom-types/
Use Your Loaf - iOS Development News & Tips
SceneStorage For Custom Types
How do you use the @AppStorage and @SceneStorage property wrappers with your own custom types?
iOS dev
https://useyourloaf.com/blog/using-scenestorage-with-fetchrequest/
iOS dev
https://www.pointfree.co/episodes/ep171-modularization-part-1
www.pointfree.co
Episode #171: Modularization: Part 1
We’ve talked about modularity a lot in the past, but we’ve never devoted full episodes to show how we approach the subject. We will define and explore various kinds of modularity, and we’ll show how to modularize a complex application from scratch using modern…
iOS dev
https://www.kiloloco.com/articles/014-device-location-ios/
Kilo Loco
Getting Device Location on iOS | Kilo Loco
How to obtain the user/device location using CoreLocation, Combine, and SwiftUI on iOS.
iOS dev
https://holyswift.app/using-xcode-trick-to-quick-generate-swift-protocols
Holy Swift
Generate Swift Protocols with Xcode Feature - Holy Swift
Check this tutorial guide about how to Generate Swift Protocols with a hidden Xcode Feature. Be more effective as developer!
iOS dev
https://arturgruchala.com/lighting-fast-rendering-with-metal/
Artur Gruchała
Lighting fast rendering with Metal
In the previous post [https://arturgruchala.com/image-processing-in-swift/], we
touched image processing and rendering. We made UIImage from CIImage with two
filtering effects.
Dynamic filtering
This time we will create a simple app for changing image saturation.…
iOS dev
https://khawerkhaliq.com/blog/swift-equatable-identifiable/
Khawer Khaliq
When and how to use the Equatable and Identifiable protocols in Swift
Learn to use Swift value types to model not only values but also domain entities with identity, to gain efficiency, clarity and testability
iOS dev
https://googleprojectzero.blogspot.com/2021/12/a-deep-dive-into-nso-zero-click.html
Blogspot
A deep dive into an NSO zero-click iMessage exploit: Remote Code Execution
Posted by Ian Beer & Samuel Groß of Google Project Zero We want to thank Citizen Lab for sharing a sample of the FORCEDENTRY exploit w...
iOS dev
https://forums.swift.org/t/a-roadmap-for-improving-swift-performance-predictability-arc-improvements-and-ownership-control/54206
Swift Forums
A roadmap for improving Swift performance predictability: ARC improvements and ownership control
Swift's high-level semantics try to relieve programmers from thinking about memory management in typical application code. In situations where predictable performance and runtime behavior are needed, though, the variability of ARC and Swift's optimizer have…
iOS dev
https://forums.swift.org/t/introducing-swift-for-visual-studio-code/54246
Swift Forums
Introducing Swift for Visual Studio Code
Hi all, Here’s a Christmas present for those of you who prefer (or have to) develop Swift packages outside of Xcode - today we’re releasing the initial version of the VSCode Swift extension
🎉
You can find the initial 0.1.0 release on the Visual Studio Marketplace…