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://heartbeat.fritz.ai/detecting-skin-cancer-on-ios-with-xcode-and-create-ml-4cb0f80cb3
iOS dev
https://matteomanferdini.com/ios-unit-testing/
Matteo Manferdini
The Essential Guide to Unit Testing in iOS
Many developers find unit testing confusing. In this essential guide I show the simple concepts that will make unit testing more approachable.
iOS dev
https://www.andyibanez.com/posts/file-download-queue-combine/
Andy Ibanez - iOS Developer
A File Download Queue in Combine for Swift
Learn how to use the powerful NSPredicate API for searching and filtering.
iOS dev
https://www.swiftbysundell.com/articles/using-compiler-directives-in-swift/
Swift by Sundell
Using compiler directives in Swift | Swift by Sundell
An overview of the tools and directives that enable us to influence how our Swift code gets compiled, and what sort of situations that each of those tools might be particularly useful in.
iOS dev
https://benoitpasquier.com/advanced-testing-tips-xcode/
Benoit Pasquier
Advanced testing tips in Xcode
In the last couple years, Apple has made some good efforts to improve their testing tools. Today, I’ll walk you through some tips to make sure your test suite run at their best capacity.
iOS dev
https://mackuba.eu/2020/08/17/swiftui-beta
mackuba.eu
SwiftUI betas - what changed before 1.0
Kuba Suder's blog on Mac & iOS development
iOS dev
https://fivestars.blog/swiftui/flexible-swiftui.html
FIVE STARS
Flexible layouts in SwiftUI | FIVE STARS
A journey on how to build a wrapping view in SwiftUI
iOS dev
https://www.andyibanez.com/posts/simpler-file-encryption-ios
Andy Ibanez - iOS Developer
Simpler File Encryption on iOS
Learn how to use the Data Protection APIs on iOS and iPadOS.
iOS dev
https://www.donnywals.com/understanding-swifts-optionset/
Donny Wals
Understanding Swift’s OptionSet – Donny Wals
Every once in a while I look at a feature in Swift and I fall down a rabbit hole to explore it so I can eventually write about it. The protocol is one of these Swift features. If you’ve ever written…
iOS dev
https://swiftwithmajid.com/2020/08/19/managing-app-in-swiftui/
Swift with Majid
Managing app in SwiftUI
One of the most important things that Apple did release this year was the native app and scene management for SwiftUI apps. This week we will understand how to manage our apps using App protocol without old AppDelegate. We will learn how to achieve the same…
iOS dev
https://sarunw.com/posts/quick-way-to-open-custom-url-scheme-in-ios-simulator/
Sarunw
Quick way to open a Custom URL Scheme in iOS Simulator | Sarunw
In the past, the way I test a custom URL scheme is to go to Safari and open up any of my custom URLs. If you are still doing that, there is a better alternative.
iOS dev
https://medium.com/swlh/10-tips-on-developing-ios-14-widgets-f17b865fbdbc
Medium
10 Tips on Developing iOS 14 Widgets
Discover more about Widgets and WidgetKit on iOS 14 using Swift and SwiftUI with 10 tips covering many use cases and hidden rules.
iOS dev
https://www.objc.io/blog/2020/08/18/fuzzy-search/
www.objc.io
A Fast Fuzzy Search Implementation
Our performance optimization journey
iOS dev
https://itnext.io/swift-ios-13-backgroundtasks-framework-background-app-refresh-in-4-steps-3da32e65bc3d
Medium
Swift iOS BackgroundTasks framework — Background App Refresh in 4 Steps
iOS 13 introduced a brand new framework — BackgroundTasks for handling the background task when app is sent to background. Let’s see more~
iOS dev
https://medium.com/tunaiku-tech/how-to-create-build-variant-in-ios-application-66dfeb5bd091
Medium
How to Create Build Variant in iOS Application
Introduction
iOS dev
https://steipete.com/posts/logging-in-swift/
iOS dev
https://www.swiftbysundell.com/articles/building-swiftui-debugging-utilities/
Swift by Sundell
Building SwiftUI debugging utilities | Swift by Sundell
This week, let’s take a look at a few examples of building custom debugging utilities for SwiftUI-based views — from specific methods to general-purpose abstractions.
iOS dev
https://fivestars.blog/swiftui/scrollview-offset.html
FIVE STARS
SwiftUI ScrollView offset | FIVE STARS
How to get the scroll view offeset in SwiftUI
iOS dev
https://bryce.co/screenshot-cropping/
bryce.co
Abusing iOS’ Screenshot Cropping Mechanism
Learn how iOS' screenshot snapping functionality works, and the extremes to which the system can be brought.
iOS dev
https://sarunw.com/posts/move-view-around-with-drag-gesture-in-swiftui/
Sarunw
Move your view around with Drag Gesture in SwiftUI | Sarunw
SwiftUI's UIPanGestureRecognizer equivalent.