iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.05K
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://fivestars.blog/swiftui/programmatic-navigation.html
FIVE STARS
The future of SwiftUI navigation (?) | FIVE STARS
Exploring iOS, SwiftUI & much more.
iOS dev
https://swiftsenpai.com/development/reduce-uiimage-memory-footprint/
Swift Senpai
Reducing Memory Footprint When Using UIImage - Swift Senpai
Learn how to use image downsampling to drastically reduce an app memory footprint when dealing with high definition UIImage.
iOS dev
https://sarunw.com/posts/uistackview-padding/
Sarunw
UIStackView padding | Sarunw
Learn how to add padding to your stack view's content.
iOS dev
https://masilotti.com/testing-ui-without-ui-testing/
Masilotti.com
Testing the UI without UI Testing in Swift | Masilotti.com
Feature tests: three techniques to try before reaching for XCUITest.
iOS dev
https://kean.blog/post/formatted-strings
kean.blog
Formatted Strings
Using XMLParser and NSAttributedString to add support for basic formatting in localizable strings
iOS dev
https://mokacoding.com/blog/how-to-write-tests-for-swift-result/
mokacoding
The many ways of testing Result
Tips and tricks to improve unit tests for Result values.
iOS dev
https://googleprojectzero.blogspot.com/2020/12/an-ios-zero-click-radio-proximity.html
Blogspot
An iOS zero-click radio proximity exploit odyssey
Posted by Ian Beer, Project Zero NOTE: This specific issue was fixed before the launch of Privacy-Preserving Contact Tracing in iOS 13.5 in...
iOS dev
https://www.donnywals.com/observing-the-result-of-saving-a-background-managed-object-context-with-combine/
Donny Wals
Observing the result of saving a background managed object context with Combine
I love posts where I get to put write about two of my favorite frameworks at the moment; Combine and Core Data. When you’re working with Core Data, it’s common to perform save operations…
iOS dev
https://swiftwithmajid.com/2020/12/02/focus-management-in-swiftui/
Swift with Majid
Focus management in SwiftUI
WWDC 20 brings us tons of new SwiftUI APIs, which we can use to improve our apps user experience without using UIKit. One of these new APIs was the focus management API that we can use on iOS, macOS, tvOS, and watchOS. This week we will talk about SwiftUI…
iOS dev
https://www.andyibanez.com/posts/understanding-limited-photo-library-ios-14/
Andy Ibanez - iOS Developer
Understanding the Limited Photo Library in iOS 14
Learn how to implement features to deal with Apple's new privacy-focused photo library features.
iOS dev
https://www.avanderlee.com/optimization/launch-time-performance-optimization/
SwiftLee
App Launch Time: 7 tips to increase performance
App Launch Time performance can have a big impact on app usage. Use these 7 tips to increase app usage and startup statistics.
iOS dev
https://www.swiftbysundell.com/tips/observing-combine-publishers-in-swiftui-views/
Swift by Sundell
Observing Combine publishers in SwiftUI views | Swift by Sundell
Lightweight state observations.
iOS dev
https://www.swiftbysundell.com/articles/the-lifecycle-and-semantics-of-a-swiftui-view/
Swift by Sundell
The lifecycle and semantics of a SwiftUI view | Swift by Sundell
A look at what it means for SwiftUI to be a value-driven UI framework, and how we might need to break certain assumptions when adopting SwiftUI within our projects.
iOS dev
https://theswiftdev.com/event-driven-generic-hooks-for-swift/
Theswiftdev
Event-driven generic hooks for Swift - The.Swift.Dev.
In this article I am going to show you how to implement a basic event processing system for your modular Swift application.
iOS dev
https://kocyigityunus.medium.com/how-to-configure-xcode-projects-for-different-environments-30b23ed44ee6
Medium
How to configure Xcode projects for different environments?
Today, I want to share different configuration techniques for Xcode projects with you for different environments like; development, beta…
iOS dev
https://medium.com/better-programming/swiftui-pain-links-in-text-b31319783c9e
Medium
My SwiftUI Pain: Creating Tappable Links in Text
My solution and how you can do it too
iOS dev
https://onmyway133.com/blog/how-to-convert-from-paid-to-free-with-iap/
iOS dev
https://swiftwithmajid.com/2020/12/09/styling-custom-swiftui-views-using-environment/
Swift with Majid
Styling custom SwiftUI views using environment
One of my favorite features of SwiftUI is styling. I love the idea of style protocols provided by every view and sharing them using the environment. I have already covered most of the style protocols for SwiftUI provided views in my previous posts. But what…
iOS dev
https://fivestars.blog/swiftui/lets-build-state.html
FIVE STARS
Let's build @State | FIVE STARS
Exploring iOS, SwiftUI & much more.
iOS dev
https://olegdreyman.medium.com/no-more-weak-self-or-the-weird-new-future-of-delegation-f2a2745cd73
Medium
No more [weak self], or the weird new future of delegation
Ready for some property wrappers?
iOS dev
https://sarunw.com/posts/how-to-get-first-n-elements-of-swift-array/
Sarunw
How to get the first N elements of array in Swift | Sarunw
Learn a few ways to do it and things you should know when using them.