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://forceunwrap.com/swift-multiple-trackers-architecture-with-solid-part-2/
forceUnwrap - Lift your Swift skills & career to the next level
Swift multiple trackers architecture with SOLID – Part 2 - forceUnwrap
In part 1, we developed code to implement an infrastructure that enables multiple trackers. In part 2, we will refactor our code based on SOLID principles to improve its design. SOLID principles consist of five guidelines that help developers create code…
iOS dev
https://danielsaidi.com/blog/2023/03/14/handling-status-bar-color-scheme-and-visibility-in-swiftui
Daniel Saidi
Handling status bar color scheme and visibility in SwiftUI
As we’ve previously looked at how to implement offset tracking and stretchable and sticky headers for SwiftUI scroll views, let’s look at...
iOS dev
http://swiftwithmajid.com/2023/03/15/performance-testing-in-swift-using-xctest-framework/
Swift with Majid
Performance testing in Swift using the XCTest framework
In Swift, we can do performance testing using the XCTest framework, which is a part of the Xcode development environment. XCTest provides a comprehensive set of tools for writing, running, and analyzing unit and performance tests for Swift applications. This…
iOS dev
https://serialcoder.dev/text-tutorials/swiftui/creating-custom-container-views-in-swiftui/
iOS dev
https://david-smith.org/blog/2023/03/16/design-notes-32/
www.david-smith.org
Pixel Perfection - David Smith, Independent iOS Developer
iOS dev
https://holyswift.app/how-to-create-toolbar-in-swiftui/
Holy Swift
SwiftUI Toolbar: Everything You Need to Know - Holy Swift
Explore SwiftUI toolbars: customization, adaptive layouts, and accessibility for crafting intuitive UIs in this comprehensive guide.
iOS dev
https://swdevnotes.com/swift/2023/can-chatgpt-create-an-ios-app-in-swiftui-part-1/
Swdevnotes
Can ChatGPT create an iOS app in SwiftUI - part 1
iOS dev
CN
iOS dev
https://medium.com/zrealm-ios-dev/%E6%89%8B%E5%B7%A5%E6%89%93%E9%80%A0-html-%E8%A7%A3%E6%9E%90%E5%99%A8%E7%9A%84%E9%82%A3%E4%BA%9B%E4%BA%8B-2724f02f6e7
Medium
手工打造 HTML 解析器的那些事
ZMarkupParser HTML to NSAttributedString 渲染引擎的開發實錄
iOS dev
https://mp.weixin.qq.com/s/nGLgQfq8k3pzxUaTZa8uNQ
iOS dev
EN
iOS dev
https://www.swift.org/blog/swift-package-index-developer-spotlight/
Swift.org
Swift Package Index gains Apple sponsorship
Building a thriving open source ecosystem is important to Swift’s success, and open source packages are the building blocks that help power countless Swift projects. As the number of packages increases, discovery becomes critical for developers needing to…
iOS dev
https://marcelvoss.com/2023/enabling-upcoming-swift-language-features/
Marcelvoss
Enabling Upcoming Swift Language Features
Swift 6 has a bunch of changes that will change the way we will use Swift in the future, with some of them being breaking changes. Wouldn’t it be handy if we could try out some of these upcoming features ahead of their release, so we can evaluate the impact…
iOS dev
https://oleb.net/2023/swiftui-relative-size/
Ole Begemann
Working with percentages in SwiftUI layout
A SwiftUI layout and view modifier for relative sizing. “Make this view 50 % of the width of its container”.
iOS dev
https://oleb.net/2023/swiftui-relative-size-in-stacks/
Ole Begemann
How the relative size modifier interacts with stack views
The relative sizing modifier interacts in an interesting way with stack views and other containers that distribute the available space among their children. Understanding why can teach us a lot about SwiftUI’s layout algorithm.
iOS dev
https://www.jessesquires.com/blog/2023/03/23/improve-multiplatform-swiftui-code/
Jesse Squires
Improving multiplatform SwiftUI code
For multiplatform projects where I’m using SwiftUI, it certainly makes developing for multiple platforms at once significantly faster. However, each of Apple...
iOS dev
https://www.polpiella.dev/swiftui-editable-list-text-items
www.polpiella.dev
Making macOS SwiftUI text views editable on click
How to build a custom SwiftUI Text view which only becomes editable on click.
iOS dev
https://www.merowing.info/swift-debugging-tips/
Krzysztof Zabłocki
Debugging Tips
What are your favorite Swift debugging tips?
iOS dev
https://itnext.io/how-to-manage-unstructured-tasks-with-swifts-structured-concurrency-6cc4329b4d13
Medium
How to manage unstructured tasks with Swift’s structured concurrency
Swift structured concurrency shortcomings (Part 1)
iOS dev
https://swiftwithmajid.com/2023/03/21/activities-and-attachments-in-xctest-framework/
Swift with Majid
Activities and attachments in the XCTest framework
Today I want to continue the topic of UI testing in Swift by covering another great set of tools the XCTest framework provides us. I love UI testing and protecting the primary user flows in my app. This week we will talk about the hidden gems of the XCTest…