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://www.createwithswift.com/prototyping-swiftui-interfaces-with-openais-chatgpt/
Create with Swift
Prototyping SwiftUI interfaces with OpenAI's ChatGPT
Understand how to use OpenAI's ChatGPT conversational machine learning model to create working code for SwitfUI apps within a few minutes.
iOS dev
https://useyourloaf.com/blog/swiftui-scrollviewproxy-crash/
Use Your Loaf - iOS Development News & Tips
SwiftUI ScrollViewProxy crash
Why is scrollTo crashing in iOS 16?
iOS dev
https://www.polpiella.dev/xcode-cloud-scripts-fastlane-and-cocoapods
www.polpiella.dev
Xcode Cloud scripts: Fastlane and Cocoapods
Learning how to install and use third-party tools in Xcode Cloud through ci scripts.
iOS dev
https://swdevnotes.com/swift/2023/arrayslice-with-range-operator-and-prefix-in-swift/
Swdevnotes
ArraySlice with range operator and Prefix in Swift
How to retrieve an ArraySlice with range operator and Prefix in Swift
iOS dev
https://useyourloaf.com/blog/renaming-toolbar-navigation-title/
Use Your Loaf - iOS Development News & Tips
Renaming Toolbar Navigation Title
Did you know the navigation title can take a binding that let's the user rename it in-place?
iOS dev
https://alejandromp.com/blog/limit-swift-concurrency-cooperative-pool/
Alejandro M. P.
Limit Swift Concurrency's cooperative pool | Alejandro M. P.
One of the nice things about Swift Concurrency is its cooperative thread pool. When writting concurrent code you should not think about threads but is still good to know how things work under the hood.
iOS dev
https://swiftsenpai.com/development/support-multiple-widgets/
Swift Senpai
How to Support Multiple Widgets When Using WidgetKit? - Swift Senpai
Learn how to use a widget bundle to enable your apps to support multiple widgets as well as how to break the widget bundle limitation.
iOS dev
http://swiftwithmajid.com/2022/12/27/ios-development-trends-in-review/
Swift with Majid
iOS development trends in review
2022 has come to an end, and it is a perfect time for retrospective analysis. Today I want to review trends in iOS development over the past year that I notice while building my own apps or consulting others.
iOS dev
https://www.avanderlee.com/swift/enumerations/
SwiftLee
Enum explained in-depth with code examples in Swift
Enum usage in Swift explained. How to use If case and fallthrough. How to make them equatable and how to iterate over all cases.
iOS dev
https://www.avanderlee.com/optimization/engineering-goals-become-successful-developer/
SwiftLee
Engineering goals: How to become a more successful developer
Engineering goals with measurable, time-bound targets will challenge you to grow further and become a successful engineer.
iOS dev
https://holyswift.app/ace-your-next-interview-a-free-study-guide-to-algorithms-for-ios-developers/
Holy Swift
Ace Your Next Interview: A Free Study Guide to Algorithms for iOS Developers - Holy Swift
Get a leg up on your next job interview with our free study guide on Algorithms for iOS Developers. Don't waste more time!
iOS dev
https://holyswift.app/mastering-long-press-gestures-in-swiftui-a-mini-game-tutorial/
Holy Swift
Mastering Long Press Gestures in SwiftUI: A Mini-Game Tutorial - Holy Swift
Learn how to create a game using long press gestures in SwiftUI. Check how you can use onLongPressGesture API to trigger actions in SwiftUI.
iOS dev
https://metalbyexample.com/tessellation/
Metal by Example
Introduction to Tessellation in Metal
In this article we will take a look at how to do tessellation on the GPU with Metal. Tessellation is a powerful technique for generating geometry dynamically with many use cases from CAD/CAM to gam…
iOS dev
https://www.racecondition.software/blog/stubbing/
Race Condition
Dependency Injection of URLs and URLSessions
URLSession “and related classes provide an API for downloading data from … endpoints indicated by URLs.” Most iOS developers are familiar with using the URLSession singleton, shared, which has “reasonable default behavior”, including retrieving data from…
iOS dev
https://theswiftdev.com/utilizing-makefiles-for-swift-projects/
Theswiftdev
Utilizing Makefiles for Swift projects - The.Swift.Dev.
In this tutorial I'll show you how to use Makefiles for server-side Swift projects to help running utility tasks in a more simple way.
iOS dev
https://alejandromp.com/blog/on-the-new-pointfree-swift-dependencies/
Alejandro M. P.
On the new Point-Free swift-dependencies library | Alejandro M. P.
The folks at Point-Free have given us yet again a new tool to improve our Swift development: swift-dependencies, see their announcement. Let me show the journey I’ve been for the past couple of hours with excitement and discoveries with this new library.
iOS dev
https://alejandromp.com/blog/why-you-should-care-about-the-future-of-memory-ownership-in-swift/
Alejandro M. P.
Why you should care about the future of Memory Ownership in Swift | Alejandro M. P.
I’ve been very excited about memory ownership improvements to come to Swift, and now that they seem to materialize, I needed to share it with you. Specially because I feel this topic is very complex in people’s mind, and many will discard it as something…
iOS dev
https://useyourloaf.com/blog/renaming-toolbar-navigation-title/
Use Your Loaf - iOS Development News & Tips
Renaming Toolbar Navigation Title
Did you know the navigation title can take a binding that let's the user rename it in-place?
iOS dev
http://swiftwithmajid.com/2023/01/10/mastering-charts-in-swiftui-basics/
Swift with Majid
Mastering charts in SwiftUI. Basics.
Swift Charts is a new framework by Apple allowing us to visualize our data in a declarative way using SwiftUI. The Swift Charts framework inherits from SwiftUI its declarative nature and the power of intelligent defaults. This week we will start with the…
iOS dev
https://swdevnotes.com/swift/2023/use-async-let-to-run-background-tasks-in-parallel-in-swift/
Swdevnotes
Use async let to run background tasks in parallel in Swift
How to use async let to run background tasks in parallel in Swift