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://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.
iOS dev
https://sarunw.com/posts/how-expensive-is-dateformatter/
Sarunw
How expensive is DateFormatter | Sarunw
If you are working on iOS for long enough, there is a chance that you might have known that DateFormatter is expensive, but what is costly about DateFormatter? Let's find out in this article.
iOS dev
https://sarunw.com/posts/how-to-fix-build-input-file-cannot-be-found/
Sarunw
How to fix "Build input file cannot be found" error in Xcode | Sarunw
There might be several reasons that cause this error. I will share one solution that fixes the one that happened to me the most.
iOS dev
https://nemecek.be/blog/60/implementing-loadingshimmer-with-diffable-data-source
nemecek.be
Implementing loading / shimmer with Diffable Data Source
Quick look on one way how to implement loading state for your collection view or table view when using diffable.
iOS dev
https://medium.com/better-programming/all-about-ios-animations-part-1-d49a021527
Medium
All About iOS Animations (Part 1)
A deep dive into KeyFrameAnimation in iOS
iOS dev
https://useyourloaf.com/blog/showing-maps-in-widgets/
Use Your Loaf - iOS Development News & Tips
Showing Maps in Widgets
If you want to show a map view in a widget your first thought might be to use a MapKit map view. Unfortunately WidgetKit doesn't allow it. What you can do is create a snapshot of the map and show that.
iOS dev
https://steipete.com/posts/apple-silicon-mac-mini-for-ci/
steipete’s blog
On Using Apple Silicon Mac Mini for Continuous Integration
Ever since the M1 was announced, I’ve been curious how well Apple’s new Mac mini would perform for our CI system. Does it work? Is it worth it? Read and find out!
iOS dev
https://swiftsenpai.com/development/large-title-uinavigationbar-glitches/
Swift Senpai
The Large Title UINavigationBar Glitches and How to Fix Them
Check out this article to find out the glitches you might get when adopting the large title UINavigationBar, and how to fix each of them.
iOS dev
https://schwiftyui.com/swiftui/building-a-widget-for-ios-with-swiftui-and-widgetkit/
iOS dev
https://www.andyibanez.com/posts/getting-started-app-store-connect-api/
Andy Ibanez - iOS Developer
Getting Started with the App Store Connect API
Get started with the App Store Connect API and how it can be automated.
iOS dev
https://www.avanderlee.com/xcode/xcode-mark-line-comment/
SwiftLee
Xcode Mark Line to improve readability using // Mark: comments
Xcode Mark Comments improve the readability of your classes or structs. Learn about all options, including // FIXME: and // TODO:
iOS dev
https://www.swiftbysundell.com/articles/200-weeks-of-swift/
Swift by Sundell
200 weeks of Swift | Swift by Sundell
Wrapping up the weekly article series with three of my major overall learnings after close to four years of continuous writing about Swift.