iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.05K
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://www.avanderlee.com/swift/some-opaque-types/
SwiftLee
Some keyword in Swift: Opaque types explained with code examples
The some keyword in Swift allows you to define opaque parameter and return types. Expose only minimum APIs without losing performance.
iOS dev
CN
iOS dev
https://mp.weixin.qq.com/s/siwMWiSGcCyk-CVPcNjHMw
Weixin Official Accounts Platform
iOS内存分析之Memory Graph
1.Memory Graph是什么Memory Graph是在Xcode8上推出的一个新特性。用来生成应用程
iOS dev
https://ming1016.github.io/2022/06/10/use-llvm/
iOS dev
EN
iOS dev
https://swiftregex.com/
Swift Regex: Learn, build and test Swift Regex and Regex Builder.
Swift Regex: Learn, build and test Swift Regex
Regular Expression Tester with highlighting for Swift Regex. Quickly test and debug your regex and Regex Builder.
iOS dev
https://rambo.codes/posts/2022-06-27-creating-custom-extension-points-with-extensionkit
Rambo Codes
Creating custom extension points for Mac apps with ExtensionKit | Rambo Codes
Gui Rambo writes about his coding and reverse engineering adventures.
iOS dev
https://www.avanderlee.com/swift/existential-any/
SwiftLee
Existential any in Swift explained with code examples
Existentials in Swift are defined using the any keyword and provide dynamic types, but also come with performance impact you should know.
iOS dev
https://danielsaidi.com/blog/2022/06/29/multiplatform-image-resizing
Daniel Saidi
Multi-platform image resizing
In this post, let’s take a look at how to resize images in UIKit & AppKit. The result will work on iOS, macOS, tvOS & watchOS and...
iOS dev
https://medium.com/@artun.erol/vip-design-pattern-or-clean-swift-1c00fb1a4f6d
Medium
VIP design pattern (or Clean Swift)
VIP design pattern (or Clean Swift) was first mentioned by Raymond Law, whose ultimate goal is to write clean and testable code. We can…
iOS dev
https://swiftwithmajid.com/2022/06/28/the-power-of-task-view-modifier-in-swiftui/
Swift with Majid
The power of task view modifier in SwiftUI
Task view modifier is the key to the Swift Concurrency world through SwiftUI. It allows us to build complex async tasks by leveraging the power of cooperative cancellation and the lifecycle of a SwiftUI view. This week we will learn all the powerful features…
iOS dev
https://www.raywenderlich.com/34044359-asyncsequence-asyncstream-tutorial-for-ios
kodeco.com
AsyncSequence & AsyncStream Tutorial for iOS
Learn how to use Swift concurrency’s AsyncSequence and AsyncStream protocols to process asynchronous sequences.
iOS dev
https://ikyle.me/blog/2022/creating-cool-ui-shape-morphing
Kyle Howells Blog
Creating Cool UI: iOS Shape Morphing
Recreating cool UI demos I've seen online. This time, morphing between different icon shapes and learning about metaballs.
iOS dev
https://ikyle.me/blog/2022/creating-a-coreimage-filter-with-a-metal-kernel
Kyle Howells Blog
Creating a CoreImage Filter with a Metal Shader
How to setup Xcode to build a Metal Shader for use with a custom CoreImage Kernel
iOS dev
http://aplus.rs/2022/bitmask-attributes-in-core-data/
Bitmask (bitwise) values in Core Data
iOS dev
https://www.pointfree.co/episodes/ep195-async-composable-architecture-the-problem
www.pointfree.co
Episode #195: Async Composable Architecture: The Problem
The Composable Architecture’s fundamental unit of effect is modeled on Combine publishers because it was the simplest and most modern asynchrony tool available at the time. Now Swift has native concurrency tools, and so we want to make use of those tools…
iOS dev
https://www.swiftjectivec.com/Using-Typed-Payloads-In-NSUserActivity-in-SwiftUI/
Swiftjective-C
Typed Payloads in SwiftUI using NSUserActivity
User activities and SwiftUI never really fit like a glove, but regardless they are key for state restoration. Luckily, SwiftUI has a little trick to make the process pragmatic and type safe.
iOS dev
https://mackuba.eu/notes/wwdc22/swiftui-cookbook-for-navigation/
mackuba.eu
The SwiftUI cookbook for navigation
Kuba Suder's blog on Mac & iOS development
iOS dev
https://swiftui-lab.com/swiftui-renders/
iOS dev
https://serialcoder.dev/text-tutorials/swift-tutorials/testing-throwing-methods-in-swift-actors/
SerialCoder.dev
Testing Throwing Methods In Swift Actors - SerialCoder.dev
Read about how to test error throwing code that exists in actors asynchronously and what to look out for smooth testing.
iOS dev
https://www.swift.org/blog/swift-language-updates-from-wwdc22/
Swift.org
Swift language announcements from WWDC22