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://theswiftdev.com/how-to-use-c-libraries-in-swift/
Theswiftdev
How to use C libraries in Swift? - The.Swift.Dev.
Learn how to use system libraries and call C code from Swift. Interoperability between the Swift language and C for beginners.
iOS dev
https://theswiftdev.com/memory-layout-in-swift/
Theswiftdev
Memory layout in Swift - The.Swift.Dev.
Start learning about how Swift manages, stores and references various data types and objects using a memory safe approach.
iOS dev
https://itnext.io/reverse-engineering-bluetooth-devices-82d868edec0c
Medium
Reverse Engineering Bluetooth Devices
An Introduction to CoreBluetooth
iOS dev
https://swiftsenpai.com/swift/result-builders-basics/
Swift Senpai
Swift Result Builders: The Basics You Need to Know! - Swift Senpai
This article shows you the basic concept of Swift result builders, how it works, and how to use it to create your own custom result builders.
iOS dev
https://www.fivestars.blog/swiftui/app-state.html
FIVE STARS
App-wide state in SwiftUI | FIVE STARS
An introduction to a common app architecture used in SwiftUI, and how to avoid one of its most common pitfalls.
iOS dev
https://www.swiftbysundell.com/articles/bindable-swiftui-list-elements/
Swift by Sundell
Bindable SwiftUI list elements | Swift by Sundell
Setting up two-way bindings between the elements in a collection and a series of SwiftUI views.
iOS dev
https://forums.swift.org/t/swift-5-5-release-process/45644
Swift Forums
Swift 5.5 Release Process
This post describes the release process, and estimated schedule for Swift 5.5. Snapshots of Swift 5.5 Downloadable snapshots of the Swift 5.5 release branch will be posted regularly as part of continuous integration testing. As support is available, snapshot…
iOS dev
https://github.com/apple/swift-evolution/blob/main/proposals/0306-actors.md
GitHub
swift-evolution/proposals/0306-actors.md at main · swiftlang/swift-evolution
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. - swiftlang/swift-evolution
iOS dev
https://www.andyibanez.com/posts/using-corelocation-with-swiftui/
Andy Ibanez - iOS Developer
Using CoreLocation With SwiftUI
Learn how to use CoreLocation (and other frameworks) with SwiftUI
iOS dev
https://medium.com/macoclock/remove-the-image-background-in-swift-using-core-ml-8646ed3a1c14
Medium
Remove the image background in Swift using Core ML
For my personal photo editing indie App Cre8, I wanted to implement the functionality to make Avatars for social networks. For that user…
iOS dev
https://theswiftdev.com/unsafe-memory-pointers-in-swift/
Theswiftdev
Unsafe memory pointers in Swift - The.Swift.Dev.
Learn how to use raw pointer references, interact with unsafe pointers and manually manage memory addresses in Swift.
iOS dev
https://swiftwithmajid.com/2021/03/18/ui-testing-in-swift-with-xctest-framework/
Swift with Majid
UI Testing in Swift with XCTest framework
I’m not going to talk about the importance of testing in general, but I want to talk about UI testing. One obvious benefit of UI testing over Unit Testing is the opportunity to write UI tests even when you have a smelling and deeply coupled codebase. This…
iOS dev
https://suelan.github.io/2021/03/19/20210319-FBRetainCycleDetector/
suelan.github.io
Understand How MLeaksFinder and FBRetainCycleDetector automatically detect memory leaks | RY 's Blog
RY's blog
iOS dev
https://developer.mongodb.com/how-to/building-a-mobile-chat-app-using-realm-new-way/?tck=feathome
Mongodb
MongoDB Developer Center
Code, content, tutorials, programs and community to enable developers of all skill levels on the MongoDB Data Platform. Join or follow us here to learn more!
iOS dev
https://www.fivestars.blog/swift/codable-swift-dictionaries.html
FIVE STARS
Encoding and decoding Swift dictionaries with custom key types | FIVE STARS
Sometimes even very well known APIs can still surprise us.
iOS dev
https://holyswift.app/mapkit-two-annotations-animations
Holy Swift
MapKit Annotations Animations - Holy Swift
This is a tutorial example on how to make MapKit Annotations Animations look like the delivery app you use in your daily life.
iOS dev
https://useyourloaf.com/blog/scaling-custom-swiftui-fonts-with-dynamic-type/
Use Your Loaf - iOS Development News & Tips
Scaling Custom SwiftUI Fonts With Dynamic Type
How do you use a custom font with SwiftUI that scales like dynamic type.
iOS dev
https://blog.techchee.com/pdf-composer-app-swiftui/
Techchee
Build a PDF composer app with PDFKit – the SwiftUI and MVVM way
10 min read PDFKit is the framework by Apple that you need to display and manipulate PDF files in your app. PDF is useful so we can generate files that cannot be modified and shared or sent to others. This is especially useful for apps that need to generate…
iOS dev
https://blog.techchee.com/scheduling-local-notification-swiftui/
Techchee
Scheduling local notification the MVVM way in SwiftUI
6 min read In the previous tutorial, we’ve shown you how we can send, receive and handle local notifications with SwiftUI and now we are going to look at a practical example to build a simple app to schedule notification by using the MVVM design approach.…
iOS dev
https://mandovision.hashnode.dev/closures
mandovision
Closures
A deep dive into closures in Swift
iOS dev
https://aztristian.medium.com/testing-ios-push-notifications-in-ci-cd-pipelines-2a9e79f7b622
Medium
Testing iOS Push Notifications in CI/CD Pipelines
Start automating the testing of iOS Push Notifications in CI/CD pipelines.