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://swiftsenpai.com/development/refresh-cells-uihostingconfiguration/
Swift Senpai
How to Refresh Cell's Content When Using UIHostingConfiguration
Thanks to UIHostingConfiguration & SwiftUI 2-way binding, we can say goodbye to refreshing cells and updating model objects manually in UIKit
iOS dev
https://hacknicity.medium.com/how-ios-apps-adapt-to-the-various-iphone-14-screen-sizes-b2504a39b58f
Medium
How iOS Apps Adapt to the various iPhone 14 Screen Sizes
Over the last few years I have written several articles showing how iOS apps built with different versions of Xcode would appear when run…
iOS dev
https://stevenpcurtis.medium.com/access-memory-directly-in-swift-e79328f38641
Medium
Access Memory Directly in Swift
Not just screens of numbers
iOS dev
https://useyourloaf.com/blog/aspect-fit-layout-guide/
Use Your Loaf - iOS Development News & Tips
Aspect Fit Layout Guide
The safe area aspect fit layout guide is new in iOS 16.
iOS dev
https://www.curiousalgorithm.com/post/efficiently-develop-cleaner-swiftui-views-using-a-view-model
Curious Algorithm
Developing Cleaner SwiftUI Views with View Model | Clean SwiftUI
Learn how to quickly develop cleaner SwiftUI views by using a view model.
iOS dev
https://holyswift.app/new-backgroundtask-in-swiftui-and-how-to-test-it/
Holy Swift
New BackgroundTask in SwiftUI and How to Test It - Holy Swift
Learn the new BackgroundTask in SwiftUI and how to test It. Check how to automatically reschedule it and debug the background tasks in iOS.
iOS dev
https://holyswift.app/longest-substring-without-repeating-characters-in-swift/
Holy Swift
Longest Substring Without Repeating Characters in Swift - Holy Swift
Check the solution for Longest Substring Without Repeating Characters in Swift. Use Sliding window pattern or Dynamic programming to solve!
iOS dev
https://quickbirdstudios.com/blog/regexbuilder/
QuickBird Studios
Swift RegexBuilder - Built Regular Expressions in iOS
With the newly introduced RegexBuilder feature in Swift 5.7 and iOS 16, the days of complicated and unreadable regexes are over.
iOS dev
https://betterprogramming.pub/fixing-swift-actors-and-delegate-error-on-xcode-14-87f933c9bbcc
Medium
Fixing Swift Actors and Delegate Error on Xcode 14
If you’ve updated Xcode to version 14 you might get an error about mutating actor-isolated property in your project. Let’s fix it.
iOS dev
https://www.emergetools.com/blog/posts/improve-popular-iOS-app-startup-times
Emergetools
Emerge Tools Blog | How these 5 iOS apps could improve their startup time
A detailed look at the startup times for 5 popular apps from the App Store and actionable insights for how they can be improved.
iOS dev
https://www.swiftjectivec.com/Snip-Completion-Handler-Block-Closure-To-Swift-Async-Concurrency/
Swiftjective-C
Use Swift Concurrency with Completion Handlers
Convert a function using a completion handler to use Swift Concurrency.
iOS dev
https://serialcoder.dev/text-tutorials/software-engineering/design-patterns/the-command-design-pattern-in-swift/
SerialCoder.dev
The Command Design Pattern In Swift - SerialCoder.dev
Learn about the Command design pattern and find out how to implement it in Swift projects through a practical code example.
iOS dev
CN
iOS dev
https://mp.weixin.qq.com/s/SaaHKPnNUSvDkmwKtip3HA
Weixin Official Accounts Platform
CPU 是如何与内存交互的
计算机内存结构整理总结
iOS dev
EN
iOS dev
https://developer.apple.com/news/?id=wsx8rd26
Apple
WeatherKit subscriptions now available - Latest News - Apple Developer
WeatherKit brings valuable weather information to your apps and services through a wide range of data that can help people stay up to date, safe, and prepared. It’s easy to use WeatherKit in your apps for iOS 16, iPadOS 16, macOS 13, tvOS 16, and watchOS 9…
iOS dev
https://www.raywenderlich.com/31390549-performance-profiling-swift-on-linux-getting-started
kodeco.com
Performance-Profiling Swift on Linux: Getting Started
Learn how to profile Server-Side Swift with perf on Linux.
You’ll discover the basic principles of profiling and how to view events, call-graph-traces and perform basic analysis.
iOS dev
https://samwize.com/2022/09/22/replacing-if-let-in-swift-5-7/
@samwize
Replacing if let in Swift 5.7
With the new Xcode 14, the biggest feature
😂
of Swift 5.7 has to be the enhancement of the unwrapping syntax. We can delete a lot of code with a simple find & replace.
iOS dev
https://www.chimehq.com/blog/extensionkit-views
Chime
ExtensionKit Views
Learn about the ExtensionKit view system.
iOS dev
https://samwize.com/2022/09/13/how-to-use-factory-di-in-swiftui/
@samwize
How to use Factory (DI) in SwiftUI
Factory is the Dependency Injection (DI) library which will replace it’s popular predecessor – Resolver.