iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.07K
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://medium.com/flawless-app-stories/fast-app-prototyping-with-swiftui-39ae03ab3eaa
Medium
Fast app prototyping with SwiftUI
Let’s play around with SwiftUI and learning more about how it works on the WatchOS environment. And see how to create some sort of “wavy” animation.
iOS dev
https://benoitpasquier.com/common-mistakes-analytics-ios-app/
Benoit Pasquier
Analytics - How to avoid common mistakes in iOS
I have been interested in analytics tools for a while, especially when it’s applied to mobile development. Over the time, I saw many code mistakes when implementing an analytical solution. Some of them can be easily avoided when developer got the right insights…
iOS dev
https://www.iamsim.me/using-combine-to-supplement-delegates-with-publishers/?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=web&utm_source=iOS%2BDev%2BWeekly%2BIssue%2B424
www.iamsim.me
Using Combine to Supplement Delegates With Publishers
Anyone who’s ever written an iOS app has come in contact with the delegate pattern. It’s a great pattern and fills an important role in iOS development.
However, sometimes when you’re writing your own custom classes it can feel like a bunch of boilerplate…
iOS dev
https://www.raywenderlich.com/4726843-heic-image-compression-for-ios?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=web&utm_source=iOS%2BDev%2BWeekly%2BIssue%2B424
kodeco.com
HEIC Image Compression for iOS
In this HEIC image compression tutorial, you’ll learn how to transform images into HEIC and JPEG formats, comparing their efficiency for optimum performance.
iOS dev
https://zonneveld.dev/create-custom-xcode-templates-to-speed-up-your-development/
iOS dev
https://fluffy.es/4-ios13-breaking-changes/
fluffy.es - iOS development tutorials
5 breaking changes to check before building your app for iOS 13
iOS 13 does bring a lot of exciting feature like Dark mode, Multi-tasking, Sign in with Apple etc. Other than exciting feature, iOS 13 SDK also bring some breaking changes as well, overlooking these changes might cause your app to behave differently as expected…
iOS dev
https://useyourloaf.com/blog/swift-5.1-two-quick-tips/
Use Your Loaf
Swift 5.1 Two Quick Tips
The release of Swift 5.1 brought some useful polish to the language with minimal source breaking changes. Some of the bigger improvements like property wrappers and ordered collection diffing take some time to get your head around. Luckily there are also…
iOS dev
https://blog.process-one.net/swiftnio-futures-and-promises/
ProcessOne
SwiftNIO: Understanding Futures and Promises / ProcessOne
SwiftNIO is Apple non-blocking networking library. It can be used to write either client libraries or server frameworks and works on macOS, iOS and Linux.
iOS dev
https://www.vadimbulavin.com/swift-error-handling-with-result-throw-assert-precondition-and-fatalerror/
Yet Another Swift Blog
Swift Error Handling Strategies: Result, Throw, Assert, Precondition and FatalError
Let's study different ways of error handling in Swift: Optional, Result, Throw-Try-Catch, Assert, Precondition and FatalError. We'll categorize Swift errors by their severity level, compare assertion vs precondition and explain when to use each mechanism…
iOS dev
https://andreaslydemann.com/automate-screenshot-framing-with-text-using-fastlane/
Andreas Lüdemann
Automate Screenshot Framing with Text Using Fastlane
Framing your App Store screenshots greatly improves your store listing. But doing it manually takes hours away from perfecting your app. Instead, here’s how you automate the process of adding…
iOS dev
https://medium.com/tinder-engineering/rewriting-ios-purchase-layer-for-1-top-grossing-app-using-modules-72b4b86e3917
Medium
Rewriting iOS Purchase Layer for #1 Top Grossing App using Modules
Written by: Steven Chung, Senior iOS Engineer | Revenue Team
iOS dev
https://benoitpasquier.com/how-build-modular-architecture-ios/
Benoit Pasquier
How to build a modular architecture in iOS
Over time, any code base grows along with the project evolves and matures. It creates two main constraints for developers: how to have a code well organized while keeping a build time as low as possible. Let’s see how a modular architecture can fix that.
iOS dev
https://edit.theappbusiness.com/making-uilabel-accessible-5f3d5c342df4
iOS dev
https://contagious.dev/blog/faster-uiactivityviewcontroller-share-sheets-with-uiactivityitemprovider/?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=web&utm_source=iOS%2BDev%2BWeekly%2BIssue%2B425
contagious.dev
Faster UIActivityViewController Share Sheets with UIActivityItemProvider | contagious.dev - Dan Griffin
A common annoyance using iOS share sheets that just opening them will lock up the UI before showing options. UIActivityItemProvider is the solution.
iOS dev
https://www.andyibanez.com/posts/common-cryptographic-operations-with-cryptokit/?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=web&utm_source=iOS%2BDev%2BWeekly%2BIssue%2B425
Andy Ibanez - iOS Developer
Common Cryptographic Operations With CryptoKit
Learn to implement basic cryptography with CryptoKit in Swift.
iOS dev
https://www.morningswiftui.com/blog/fix-large-title-animation-on-ios13
iOS dev
http://aplus.rs/2019/swiftui-for-uikit-developers/
SwiftUI for UIKit developers
iOS dev
https://www.swiftbysundell.com/articles/encapsulating-configuration-code-in-swift/
Swift by Sundell
Encapsulating configuration code in Swift | Swift by Sundell
Let’s take a look at a few different techniques that can let us achieve a nice balance between code reuse and configurability, by building lightweight abstractions that enable us to encapsulate our configuration code.
iOS dev
https://basememara.com/creating-thread-safe-generic-values-in-swift/
iOS dev
https://swift.org/blog/new-diagnostic-arch-overview/
Swift.org
New Diagnostic Architecture Overview
Diagnostics play a very important role in a programming language experience. It’s vital for developer productivity that the compiler can produce proper guidance in any situation, especially incomplete or invalid code.