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://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.
iOS dev
https://www.swiftbysundell.com/tips/handling-view-controllers-that-have-custom-initializers/
Swift by Sundell
Handling view controllers that have custom initializers | Swift by Sundell
With or without storyboards.
iOS dev
https://www.swiftbysundell.com/articles/working-with-files-and-folders-in-swift/
Swift by Sundell
Working with files and folders in Swift | Swift by Sundell
A look at various ways to use the many file system-related APIs that Swift offers — both on Apple’s own platforms, and on platforms like Linux — and a few things that can be good to keep in mind when working with those APIs.
iOS dev
https://itnext.io/functions-as-dependencies-in-swift-2bc382f9475d
Medium
Functions as dependencies in Swift
In this article, I’ll guide you from the sparkle that lit my desire for higher order free functions to its implementation regarding DI.
iOS dev
https://learningswift.brightdigit.com/combine-corelocation-publishers-delegates/
Brightdigit
Combine & CoreLocation, Part 1 - Publishers & Delegates
Many APIs from Apple come from an era of Objective-C and Delegate Patterns. How do we adapt those APIs for SwiftUI and create Publishers from delegates?
iOS dev
https://learningswift.brightdigit.com/combine-corelocation-receiving-handling-events/
Brightdigit
Combine & CoreLocation, Part 2 - Receiving & Handling Events
In our previous post, we talked about how to build a Publisher Factory. Here, we'll talk about how to use the factory for receiving and handling events.
iOS dev
https://medium.com/swlh/change-programmatically-your-app-icon-ios-swift-guide-3a8ee4f01649
Medium
How to Programmatically Change your App Icon — iOS Swift Guide
Since iOS 10.3, Apple introduced a new feature that make possible to developers to offer App Icon customization to their users with…
iOS dev
https://medium.com/better-programming/new-in-ios-14-app-attest-d080508797c3
Medium
New in iOS 14: App Attest
Protect your iOS apps from jailbreak tweaks
iOS dev
https://medium.com/ne-digital/memory-leak-detection-in-runtime-on-ios-cb4193f185fb
Medium
Memory Leak Detection in Runtime on iOS
Xcode supports an awesome Instruments tool to help us detect the Memory Leaks & fix them. One downside of this approach is we have to…
iOS dev
https://medium.com/practical-coding/lost-in-xcode-land-302dc8b243cf
Medium
Lost in Xcode land
A travelers guide.
iOS dev
https://useyourloaf.com/blog/swiftui-preview-data/
Use Your Loaf - iOS Development News & Tips
SwiftUI Preview Data
Where do you put your SwiftUI preview data? See how Xcode development assets can help.
iOS dev
https://www.pointfree.co/episodes/ep115-redacted-swiftui-the-problem
www.pointfree.co
Episode #115: █████ed SwiftUI: The Problem
SwiftUI has introduced the concept of “ ████ed views”, which gives you a really nice way to ████ the text and images from views. This is really powerful, but just because the view has been ████ed it doesn't mean the logic has also been ████ed. We show…