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://swiftbysundell.com/tips/showing-view-controllers/
Swift by Sundell
Showing view controllers, rather than pushing them | Swift by Sundell
A tip for more dynamic navigation.
iOS dev
https://swiftbysundell.com/articles/building-modern-collection-views-in-swift/
Swift by Sundell
Building modern collection views in Swift | Swift by Sundell
An overview of the key new UICollectionView APIs introduced in iOS 13 and 14, such as compositional layouts, diffable data sources, and cell registrations.
iOS dev
https://www.donnywals.com/dispatching-async-or-sync-the-differences-explained/
Donny Wals
Dispatching async or sync? The differences explained
When writing iOS apps, we regularly run into code that is asynchronous. Sometimes you know you’re writing something that will run asynchronously and other times you’re passing a completion handler to…
iOS dev
https://exyte.com/blog/swiftui-tutorial-slider-control
Exyte
SwiftUI tutorial for slider control
We tried out SwiftUI for creating a liquid-like motion graphics with spring animation. We chose a flow of several sequential screens as our canvas.
iOS dev
https://milen.me/writings/auto-linking-on-ios-and-macos/
Auto Linking on iOS & macOS
iOS dev
https://medium.com/better-programming/swiftui-video-player-real-time-processing-with-core-image-ef0688745c57
Medium
How to Add Core Image Filters in SwiftUI VideoPlayer
Real-time image processing in a pure SwiftUI VideoPlayer application.
iOS dev
https://suelan.github.io/2020/08/18/20200817-ios-main-in-assembly/
suelan.github.io
iOS main in Assembly | RY 's Blog
iOS dev
https://www.kiloloco.com/articles/007-migrating-asynchronous-code-to-combine/
Kilo Loco
Migrating Asynchronous Code to Combine | Kilo Loco
An example of how to take some of the most common use cases of asynchronous code like callbacks and delegates, and migrate them to a Swift Combine implementation.
iOS dev
https://vivekseth.com/transitive-reduction/
Vivekseth
How I sped up a visualization by 60x using some graph theory, and a vector processing framework.
Your site description
iOS dev
https://medium.com/@victor.pavlychko/private-apis-objective-c-runtime-and-swift-ceaeefbb6e48
Medium
Private APIs, Objective-C runtime, and Swift
Learn how to combine Objective-C runtime with Swift expressiveness, to easily access private APIs in Swift.
iOS dev
https://fivestars.blog/swiftui/preferencekey-reduce.html
FIVE STARS
How SwiftUI's Preference Keys are propagated | FIVE STARS
Demystifiying how PreferenceKey's reduce method works
iOS dev
https://sarunw.com/posts/lesser-known-ways-of-using-swift-enums/
Sarunw
3 lesser-known ways of using Swift enums | Sarunw
Three language features around Swift enumeration that you might not aware of.
iOS dev
https://www.avanderlee.com/swift/persistent-history-tracking-core-data/
SwiftLee
Persistent History Tracking in Core Data
Persistent History Tracking allows you to keep an app and its extensions up to date with changes happening in a single Core Data Store.
iOS dev
https://felginep.github.io/2020-09-09/linting-licenses
Pierre Felgines
Linting licenses
Dependencies are at the core of programming. In iOS, we often use Cocoapods to manage dependencies in our projects. But if we are not careful, we can add a dependency that is not free to use, and expose our company to legal issues later. That’s why it’s really…
iOS dev
https://www.swiftbysundell.com/articles/how-swift-5-3-enhances-swiftui-dsl/
Swift by Sundell
How Swift 5.3 enhances SwiftUI’s DSL | Swift by Sundell
A roundup of some of the key ways in which Swift 5.3 enhances the overall experience of building views using SwiftUI.
iOS dev
https://swiftwithmajid.com/2020/09/09/building-widgets-in-swiftui/
Swift with Majid
Building widgets in SwiftUI
This week I want to talk to you about home-screen widgets in iOS 14. I’ve built several widget collections for my apps, and it is a perfect time to share with you that experience. Today we will learn all about building and updating widgets with SwiftUI.
iOS dev
https://steipete.com/posts/state-of-swiftui/
steipete’s blog
The State of SwiftUI
Let’s look at SwiftUI in iOS 14 and macOS Big Sur by evaluating Apple’s Fruta sample app.
iOS dev
https://duan.ca/2020/09/09/free-c-strings/
Daniel Duan's Website
Faster C Strings in Swift
iOS dev
https://www.donnywals.com/configuring-error-types-when-using-flatmap-in-combine/
Donny Wals
Configuring error types when using flatMap in Combine – Donny Wals
When you're using Combine for an app that has iOS 13 as its minimum deployment target, you have likely run into problems when you tried to apply a to certain publishers in Xcode 12. To be specific…
iOS dev
https://levelup.gitconnected.com/micro-interactions-animated-wave-14e0b74a69a4
Medium
Micro-interactions: Animated Wave
SwiftUI tutorial on creating a flowing wave micro-interaction for your app. This tutorial is packed with tons of examples to get you started.