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://curvedlayer.com/2020/08/09/ios-simulator-plugin-simctl.html
Curvedlayer
Hacking iOS Simulator with simctl and dynamic libraries
Extend the iOS Simulator by building a plugin for it. A dynamic loader and simctl allow injecting custom code into the Simulator. With that, you can modify its behavior.
iOS dev
https://fivestars.blog/swiftui/swiftui-share-layout-information.html
FIVE STARS
How to read a view size in SwiftUI | FIVE STARS
Explore how to share layout information in SwiftUI's view hierarchy
iOS dev
https://wolfmcnally.com/82/force-unwrapping-swift-not-bad-thing
Wolf McNally
Force-Unwrapping in Swift is NOT a Bad Thing - Wolf McNally
Don't let anyone tell you to always avoid force-unwrapping in Swift! Force-unwrapping is just a tool, and you need to learn when to use it.
iOS dev
https://medium.com/@dadederk/tips-for-testing-your-ios-apps-accessibility-7d32a2dc5935
Medium
Tips for testing your iOS app’s accessibility
The cycle for creating great accessible apps starts and ends with testing. Sure, it is always better to get feedback from users to create…
iOS dev
https://swiftrocks.com/app-attest-apple-protect-ios-jailbreak
Swiftrocks
App Attest: How to prevent an iOS app's APIs from being abused
As (possibly) a response to jailbreaking become popular again in recent times, Apple has released their own solution to hackers creating compromised versions of your app.
iOS dev
https://vivekseth.com/swift-arm64-int-bool/
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~