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.createwithswift.com/wwdc-2024-whats-new-in-the-swift-community/
Create with Swift
WWDC 2024: What's new in the Swift community?
This article covers the most inspiring new releases from WWDC 2024 and showcases some of our highlights from the developer conference.
iOS dev
https://www.createwithswift.com/converting-between-image-formats/
Create with Swift
Converting between image formats
Discover how to convert between CIImage, CGImage, and UIImage and use them within an Image view.
iOS dev
https://developer.apple.com/documentation/updates/wwdc2024
Apple Developer Documentation
WWDC24 | Apple Developer Documentation
Highlights of new technologies introduced at WWDC24.
iOS dev
https://www.polpiella.dev/swift-testing
www.polpiella.dev
Getting started with Swift Testing
All you need to know about Apple's macro-based testing library available from Xcode 16 and the Swift 6 Toolchain.
iOS dev
https://augmentedcode.io/2024/06/17/zoom-navigation-transition-in-swiftui/
Augmented Code
Zoom navigation transition in SwiftUI
WWDC’24 brought a lot of new and SwiftUI received many updates. One of which, is the new NavigationTransition protocol and the zoom transition. And that is pretty much what it contains at the…
iOS dev
https://security.apple.com/blog/private-cloud-compute/
Blog - Private Cloud Compute: A new frontier for AI privacy in the cloud - Apple Security Research
Secure and private AI processing in the cloud poses a formidable new challenge. To support advanced features of Apple Intelligence with larger foundation models, we created Private Cloud Compute (PCC), a groundbreaking cloud intelligence system designed specifically…
iOS dev
https://www.swiftjectivec.com/iOS-18-Notable-UIKit-Additions/
Swiftjective-C
iOS 18: Notable UIKit Additions
iOS 18 is out in the wild! As always, let's check in with our mature interface framework, UIKit.
iOS dev
https://lmnt.me/blog/dark-mode-app-icons.html
lmnt.me
Dark Mode App Icons
iOS dev
https://lucasvandongen.dev/compiler_performance.php
lucasvandongen.dev
Comparing Swift Compiler Performance on Type Inference Part I: Strings, Numbers, Arrays, Dictionaries and Constructables
Optimizing Swift Compile Times: Best Practices Revealed: Dive into an exploration of Swift compiler performance, focusing on the best practices in variable initialization. This analysis offers practical tips for developers to enhance their Swift coding strategies.
iOS dev
https://lucasvandongen.dev/recreating_ovo_timer_in_swiftui.php
lucasvandongen.dev
Drawing a Custom Spiral using SwiftUI LinePlot: Part 1 of Re-Building Ovo Timer using SwiftUI and Xcode 16
This short article highlights how to use LinePlot in Xcode 16. It is a part of a series of articles about recreating Ovo Timer
iOS dev
https://www.donnywals.com/using-ios-18s-new-tabview-with-a-sidebar/
Donny Wals
Using iOS 18’s new TabView with a sidebar – Donny Wals
In iOS 18, Apple has revamped the way that tab bars look. They used to be positioned at the bottom of the screen with an icon and a text underneath. Starting with iOS 18, tab bars will no longer be…
iOS dev
https://www.donnywals.com/building-a-stretchy-header-view-with-swiftui-on-ios-18/
Donny Wals
Building a stretchy header view with SwiftUI on iOS 18 – Donny Wals
Learn how you can use SwiftUI’s ScrollView on iOS 18 to build a stretchy header effect.
iOS dev
https://medium.com/@jpmtech/getting-started-with-swift-testing-in-ios-18-and-xcode-16-4ff1efb408a4
Medium
Getting Started with Swift Testing in iOS 18 and Xcode 16
Swift Testing gives us some great benefits over XCTest, let’s go over a real world example of how we would create unit tests using Swift…
iOS dev
https://medium.com/@jpmtech/new-text-formatters-in-ios-18-4c9037e1d980
Medium
New Text Formatters in iOS 18
Reference, Offset, and Timers, are new text formatters to iOS 18 and they make displaying dates even easier and more powerful.
iOS dev
https://www.massicotte.org/concurrency-swift-6-se-0424
massicotte.org
SE-0424: Custom isolation checking for SerialExecutor
This isn’t the first time in this series that custom actor executors has come up. If you recall, we got custom actor executors with SE-0392. And, just to re-iterate what I said the first time, you do not need to understand what they are to get the idea here.
iOS dev
https://www.avanderlee.com/swiftui/previewable-macro-usage-in-previews/
SwiftLee
@Previewable: Dynamic SwiftUI Previews Made Easy
Discover the power of the @Previewable macro in Xcode 16 for creating richer and more dynamic SwiftUI previews.
iOS dev
https://fatbobman.com/en/posts/swiftdata-in-wwdc2024/
fatbobman.com
SwiftData in WWDC 2024 - The Revolution Continues, Stability Still Awaits
Review of SwiftData's WWDC 2024 update: custom storage, Swift history, batch delete, new macros. Performance and stability concerns remain. Is it ready for projects?
iOS dev
https://www.youtube.com/watch?v=alhFwkbsxrs
YouTube
WWDC24: Create custom visual effects with SwiftUI | Apple
Discover how to create stunning visual effects in SwiftUI. Learn to build unique scroll effects, rich color treatments, and custom transitions. We’ll also explore advanced graphic effects using Metal shaders and custom text rendering.
Discuss this video…
iOS dev
https://www.youtube.com/watch?v=X_JYRz-Hd0o
YouTube
WWDC24: Analyze heap memory | Apple
Dive into the basis for your app’s dynamic memory: the heap! Explore how to use Instruments and Xcode to measure, analyze, and fix common heap issues. We’ll also cover some techniques and best practices for diagnosing transient growth, persistent growth,…
iOS dev
https://youtu.be/aolI_Rz0ZqY?si=ZCRisJhKbJpeKM8_
YouTube
So You Think You Know Git - FOSDEM 2024
Scott Chacon's FOSDEM 2024 talk on Git Tips and Tricks and why he's working on GitButler now (https://gitbutler.com)
Scott talks about:
00:00 - Introduction
01:06 - About Me (well, Scott Chacon)
02:36 - How Well Do You Know Git?
05:09 - Our Agenda
06:25…