iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.04K
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://mtldoc.com/metal/2022/08/04/shaders-explained-gradients.html
Mtldoc
Shaders Explained: Gradients | MTLDoc
iOS dev
https://useyourloaf.com/blog/swiftui-gauges/
Use Your Loaf - iOS Development News & Tips
SwiftUI Gauges
SwiftUI gauge views come to iOS 16.
iOS dev
https://www.pointfree.co/episodes/ep200-async-composable-architecture-in-practice
www.pointfree.co
Episode #200: Async Composable Architecture in Practice
This week we are releasing the biggest update to the Composable Architecture since its first release over 2 years ago, bringing more of Swift’s modern concurrency tools to the library. To celebrate we will demonstrate how these tools can massively simplify…
iOS dev
http://swiftwithmajid.com/2022/08/02/content-transition-in-swiftui/
Swift with Majid
Content transition in SwiftUI
View transitions are available from the very first version of the SwiftUI framework. The framework can apply a particular transition whenever the view is removed or added to the view hierarchy. The latest iteration of the SwiftUI framework brings us a new…
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/best-way-to-scan-texts-qr-codes-and-barcodes-in-swift
Holy Swift
How to Scan Texts, QR Codes, and Barcodes in Swift - Holy Swift
How to Scan Texts, QR Codes, and Barcodes in Swift using latest computer vision technologies with Xcode. Use iOS to read QR Codes.
iOS dev
https://nilcoalescing.com/blog/AdjustTheDirectionOfFocusBasedNavigation/
Nil Coalescing
Adjust the direction of focus-based navigation in SwiftUI
We can customize how the user navigates through focusable views in our macOS apps with the help of the new focusSection() modifier.
iOS dev
https://www.jessesquires.com/blog/2022/08/11/implementing-a-main-thread-watchdog-on-ios/
Jesse Squires
Implementing a main thread watchdog on iOS
On iOS the operating system employs a watchdog that monitors for and terminates unresponsive apps. If your app is blocking the main thread for too long, the ...
iOS dev
https://betterprogramming.pub/how-to-boost-your-ios-code-performance-reduce-searching-an-array-55fbdfee2050
Medium
How To Boost Your iOS Code Performance: Reduce Searching In Array
A tip for optimising speed for your Swift and Objective-C code
iOS dev
https://betterprogramming.pub/how-to-boost-your-ios-code-performance-by-reducing-collection-type-initialisation-564bffee94a3
Medium
How To Boost Your iOS Code Performance by Reducing Collection Type Initialisation
A tip for optimising speed for your Swift and Objective-C code
iOS dev
https://medium.com/@rowanwillson/ios-hardware-accelerated-2d-terrain-visualisation-in-ozrunways-ab4f919edc45
Medium
iOS hardware accelerated 2D terrain visualisation in OzRunways
A look at Apple Accelerate framework
iOS dev
https://betterprogramming.pub/creating-a-3d-tic-tac-toe-in-scenekit-under-swiftui-19d08bf752bd
Medium
Creating a 3D Tic-Tac-Toe in SceneKit Under SwiftUI
A stab at creating the classic Qubic game
iOS dev
https://medium.com/@FunCorp/stopping-nszombie-invasion-d8fb0250c22e
Medium
Stopping NSZombie Invasion
Check out the zombie object detection mechanism we made for the iFunny app! Code included
iOS dev
https://www.raywenderlich.com/34269507-background-modes-tutorial-getting-started
kodeco.com
Background Modes Tutorial: Getting Started
In this tutorial, you’ll create an app that uses audio playback, location updates, critical tasks, and background fetch to learn about the most common background modes.
iOS dev
https://swdevnotes.com/swift/2022/customise-a-line-chart-with-swiftui-charts-in-ios-16/
Swdevnotes
Customise a line chart with SwiftUI Charts in iOS 16
How to - Customise a line chart with SwiftUI Charts in iOS 16
iOS dev
https://betterprogramming.pub/an-introduction-to-coordinator-pattern-in-swiftui-38e5b02f031f
Medium
An Introduction to SwiftUI’s Coordinator Pattern
Dive into this in-depth guide on handling SwiftUI’s navigation
iOS dev
https://swiftwithmajid.com/2022/08/10/mastering-grid-layout-in-swiftui/
Swift with Majid
Mastering grid layout in SwiftUI
You might be familiar with the LazyVGrid and LazyHGrid views we have from the second iteration of the SwiftUI framework. They work great for the massive data arrays you want to display as the grid. But it is not always possible to arrange the columns and…
iOS dev
https://azamsharp.com/2022/08/09/intro-to-mv-state-pattern.html
AzamSharp
Intro To Mv State Pattern
MV State Pattern - A Better Way of Building SwiftUI Apps
iOS dev
https://www.thealexanderlee.com/blog/sawing-off-more-than-we-can-chew-an-investigation-of-how-lldb-handles-logging-streams-in-real-time
iOS dev
https://swiftsenpai.com/development/swiftui-custom-cell/
Swift Senpai
How To Create Custom UICollectionViewListCell Using SwiftUI - Swift Senpai
Learn how to use SwiftUI to create a collection view cell with custom height, separator inset, and content margin.