iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.07K
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://movingparts.io/fonts-in-swiftui
Moving Parts
SwiftUI under the Hood: Fonts
A look at what we've lost going from UIFont to SwiftUI and what it takes to get it back.
iOS dev
https://www.bigmountainstudio.com/community/public/posts/80041-how-do-i-customize-the-navigationview-in-swiftui
Big Mountain Studio
How to customize the background of NavigationStack in SwiftUI in 2024?
Follow the journey of Big Mountain Studio as I share insights and experiences of running a publishing company, developing apps, and free SwiftUI tutorials.
iOS dev
https://scottberrevoets.com/2021/10/14/ios-architecture-at-lyft
iOS Architecture at Lyft
iOS dev
https://swiftwithmajid.com/2021/10/21/mastering-controlgroup-in-swiftui/
Swift with Majid
Mastering ControlGroup in SwiftUI
One of the new container views delivered in SwiftUI Release 3 was the ControlGroup view. The ControlGroup view displays semantically-related controls in a visually appropriate manner for the context. This week we will learn how to use and customize the appearance…
iOS dev
https://sarunw.com/posts/how-to-make-swiftui-view-fill-container-width-and-height/
Sarunw
How to make a SwiftUI view to fill its container width and height | Sarunw
We can use a frame modifier to make a view appear to be full width and height, but the result might not be what you expected.
iOS dev
https://sarunw.com/posts/how-to-remove-extra-padding-when-converting-html-to-nsattributedstring/
Sarunw
How to remove extra padding when converting HTML to NSAttributedString | Sarunw
When you convert HTML string to NSAttributedString, sometimes, you will get an extra unwanted bottom padding. Learn what is causing this and how to mitigate the problem.
iOS dev
https://kristaps.me/blog/swiftui-sidebar/
Kristaps Grinbergs - Blockchain, mobile and fullstack developer. Startup founder. Conference speaker. Mentor. Passionate about building products, sustainability and Web 3.0
Kristaps Grinbergs
iOS dev
https://medium.com/@i.vikas/improve-the-quality-of-ios-code-using-static-analyzer-a54ed6780fc2
Medium
Improve the quality of iOS code using Static Analyzer
Detect bugs and other issues even before you run your app.
iOS dev
https://medium.com/tokopedia-engineering/superplayer-a-way-to-incorporate-avplayer-with-the-composable-architecture-f165133b5a9a
Medium
SuperPlayer: A way to incorporate AVPlayer with The Composable Architecture
Tokopedia Play has become a demonstrative visual tour that showcases the looks and the benefits of the product listed on Tokopedia. Users…
iOS dev
https://useyourloaf.com/blog/xcode-13-vary-for-traits/
Use Your Loaf - iOS Development News & Tips
Xcode 13 Vary For Traits
What happened to the Vary For Traits button in Xcode 13?
iOS dev
https://www.fivestars.blog/articles/environmentvalues/
FIVE STARS
EnvironmentValues | FIVE STARS
A dive into SwiftUI's EnvironmentValues, one key part of SwiftUI's environment propagation.
iOS dev
https://serialcoder.dev/text-tutorials/swiftui/performing-actions-on-value-changes-in-swiftui/
SerialCoder.dev
Performing Actions On Value Changes In SwiftUI - SerialCoder.dev
Read how to observe value changes and trigger additional actions when these happen with the onChange(_:) view modifier in SwiftUI.
iOS dev
https://peterfriese.dev/swiftui-listview-part4/
iOS dev
https://www.avanderlee.com/swift/sendable-protocol-closures/
SwiftLee
Sendable and @Sendable closures explained with code examples
The Sendable protocol and @Sendable attribute help to eliminate data races and create thread-safety in Swift Concurrency.
iOS dev
https://holyswift.app/testing-your-codables-with-one-line-python-script-in-swift
Holy Swift
Testing your Swift codables with Python - Holy Swift
How to test codable using a python local server. Learn how to test your swift code fast with a python script in iOS.
iOS dev
https://www.swiftbysundell.com/articles/specialized-extensions-using-generic-type-constraints/
Swift by Sundell
Specialized extensions using generic type constraints | Swift by Sundell
How Swift’s generics system enables us to create specialized extensions that only apply to types that fit certain requirements, and how that capability can be really useful.
iOS dev
https://swift.org/blog/distributed-actors/
Swift.org
Introducing Swift Distributed Actors
We’re thrilled to announce a new open-source package for the Swift on Server ecosystem, Swift Distributed Actors, a complete server-oriented cluster library for the upcoming distributed actor language feature!
iOS dev
https://www.enekoalonso.com/articles/first-time-using-xcode-cloud
enekoalonso.com
First time using Xcode Cloud
Here I am, finally got access to Xcode Cloud, so let’s give it a shot and see how it works. I’ll be writing this post as I go, and learn how to use it. More ...
iOS dev
https://www.jessesquires.com/blog/2021/10/25/delete-app-during-ui-tests/
Jesse Squires
Deleting your app from the iOS simulator during UI tests
In last week’s issue of iOS Dev Weekly, Dave linked to this tweet from Mohammad Azam, which linked to this StackOverflow post on resetting your app between U...
iOS dev
https://medium.com/gojekengineering/courier-a-realtime-lightweight-messaging-highway-in-ios-with-mqtt-1dc7dffa951a
Medium
Building A Messaging Highway For Our iOS Apps
Here is a summary of the previous posts so far in the series: