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/better-programming/how-to-screenshot-your-ios-apps-ui-in-swift-5c054a9226a5
Medium
How to Screenshot Your iOS App’s UI in Swift
And save the resulting image to the photo gallery
iOS dev
https://www.revenuecat.com/blog/the-ultimate-guide-to-subscription-testing-on-ios
Revenuecat
iOS testing for subscription apps: the ultimate guide
This guide to iOS testing will help you find and fix bugs so you don't lose money due to issues in your subscription code.
iOS dev
https://medium.com/better-programming/create-an-apple-health-api-with-shortcuts-and-firebase-a76d178319b7
Medium
Create an Apple Health API With Shortcuts and Firebase
Learn how to create a personal Apple Health API for yourself
iOS dev
https://www.avanderlee.com/swift/custom-subscripts/
SwiftLee
Custom subscripts in Swift explained with code examples
Custom subscripts on classes, structs, or enumerations allow you to define shortcuts to collections or sequences without exposing implementation details.
iOS dev
https://www.hackingwithswift.com/articles/214/essential-apps-for-ios-developers
Hacking with Swift
8 essential apps for iOS developers
Make iOS and macOS do more work for you
iOS dev
https://tryolabs.com/blog/2020/04/02/swift-googles-bet-on-differentiable-programming/
Tryolabs
Swift: Google's bet on differentiable programming
Google's plans on making Swift the first mainstream language with first-class language-integrated differentiable programming capabilities. What's so cool about Swift?
iOS dev
https://www.donnywals.com/using-closures-to-initialize-properties-in-swift/
Donny Wals
Using Closures to initialize properties in Swift – Donny Wals
Closures are a powerful language feature of Swift. Learn how you can use them to assign values to your properties in this Quick Tip.
iOS dev
https://swiftwithmajid.com/2020/04/08/binding-in-swiftui/
Swift with Majid
Binding in SwiftUI
Binding is one of the several property wrappers that SwiftUI presents us to control data flow in the app. Binding provides us a reference like access to a value type. This week we will understand how and when to use binding. We will learn how to avoid common…
iOS dev
https://useyourloaf.com/blog/xcode-previews-for-view-controllers/
Use Your Loaf
Xcode Previews for View Controllers
Xcode previews make it easy to prototype and iterate on SwiftUI views. It only takes a couple of steps to make previews work with your existing UIKit view controllers and views.
iOS dev
https://www.tensorflow.org/swift/tutorials/model_training_walkthrough
Model training walkthrough
iOS dev
https://medium.com/better-programming/how-an-ios-app-launches-ae62bbd4ae8e
Medium
How an iOS App Launches
Understand the first moments of the iOS lifecycle
iOS dev
https://medium.com/flawless-app-stories/add-parallax-effect-to-static-text-in-ios-f3559ce34800
Medium
Add Parallax Effect to Static Text in iOS
Improve user scrolling experience
iOS dev
https://medium.com/@pedroalvarez_29395/view-code-em-ios-a-control-framework-to-eliminate-interface-builders-449fa1884958
Medium
View Code for iOS —A control framework to eliminate interface builders
Every new developer who starts learning iOS always see Xcode one of the most beautiful frameworks due to the fact that the first thing you…
iOS dev
https://www.onswiftwings.com/posts/build-time-optimization-part2/
OnSwiftWings
Xcode Build Time Optimization - Part 2
Discover techniques to speed up the build time in Xcode
iOS dev
https://www.avanderlee.com/swift/custom-operators-swift/
SwiftLee
Custom Operators in Swift with practical code examples
Learn how to use custom operators in Swift. What are the benefits and which other solutions are better compared to a custom operator for best readability.
iOS dev
https://www.swiftbysundell.com/articles/published-properties-in-swift/
Swift by Sundell
Published properties in Swift | Swift by Sundell
This week, let’s explore the topic of published properties, by reimplementing Combine’s @Published property wrapper with support for earlier versions of Apple’s operating systems.
iOS dev
https://kean.github.io/post/introducing-fetch-image
kean.blog
Introducing FetchImage
Introducing FetchImage, a SwiftUI extension for Nuke, and image loading and caching framework for iOS
iOS dev
https://nshipster.com/swift-log/
NSHipster
Swift Logging
Developed by the Swift on Server community, its benefit isn’t limited to use on the server. Indeed, any Swift code intended to be run from the command line would benefit from adopting SwiftLog.
iOS dev
https://nshipster.com/contact-tracing/
NSHipster
Contact Tracing
Apple and Google announced a joint initiative to deploy contact tracing functionality to the billions of devices running iOS or Android in the coming months. In this article, we’ll take a first look at these specifications — particularly, Apple’s proposed…
iOS dev
https://blog.timroesner.com/implementing-uipointerinteractions
Implementing UIPointerInteractions for iPad