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://swiftsenpai.com/swift/swift-concurrency-bottleneck/
iOS dev
https://betterprogramming.pub/the-ultimate-domain-language-declarative-swift-37b0a04e4e32
Medium
The Ultimate Domain Language: Declarative Swift
Exploring declarative domain paradigm
iOS dev
https://betterprogramming.pub/dall-e-api-in-swift-generate-faces-e39a2625a5a2
iOS dev
https://holyswift.app/swift-and-objective-c-interoperability-with-objc-and-objcmembers/
Holy Swift
Swift and Objective-C Interoperability With @objc and @objcMembers - Holy Swift
Learn how to expose your Swift code to Objective-C. Check some tips and tricks with @objc and @objcMembers!
iOS dev
https://swdevnotes.com/swift/2022/navigationsplitview-with-employee-and-department-models/
Swdevnotes
NavigationSplitView with Employee and Department models
How to create Employee and Department models to get NavigationSplitView sample code to work in SwiftUI
iOS dev
https://evilmartians.com/chronicles/realtime-text-analysis-with-word-tagger-recipe-reader-part-2
evilmartians.com
Realtime text analysis with Word Tagger: recipe reader, part 2—Martian Chronicles, Evil Martians’ team blog
In this article, iOS developers finish off a recipe reader. Getting text from images, analyze the findings, and convert them into usable class objects with the help of Word Tagger in Create ML.
iOS dev
https://useyourloaf.com/blog/swiftui-dismissing-the-keyboard/
Use Your Loaf
SwiftUI Dismissing The Keyboard
Control how scrollable content like lists and forms dismiss the keyboard.
iOS dev
https://developer.apple.com/events/app-store/
Apple Developer
Meet with Apple - Apple Developer
Join us around the world for a variety of sessions, labs, and workshops — tailored for you.
iOS dev
https://machinelearning.apple.com/research/stable-diffusion-coreml-apple-silicon
Apple Machine Learning Research
Stable Diffusion with Core ML on Apple Silicon
Today, we are excited to release optimizations to Core ML for Stable Diffusion in macOS 13.1 and iOS 16.2, along with code to get started…
iOS dev
https://www.danijelavrzan.com/posts/2022/11/xcode-configuration/
Danijela's blog
How to manage build settings using Xcode configuration files | Danijela's blog
You use Xcode build configuration files to define all sorts of useful build settings. You can open them with different text editors outside of Xcode and all properties are in plain text. It's common to use them for managing constants across different environments.
iOS dev
https://www.swiftjectivec.com/snip-create-a-basic-app-intent/
Swiftjective-C
Create a Basic Shortcut using App Intents
Make a shortcut that repeats a phrase with App Intents.
iOS dev
https://www.youtube.com/watch?v=E1iMyjRpGHk
YouTube
How to contribute a new feature to Swift? (w/ Cal Stephens)
#ios #swift #softwaredeveloper #iosdeveloper
Follow Cal on Twitter
👉
https://twitter.com/calstephens98
Thank you for watching this video
🙌
LINKS
https://github.com/apple/swift-evolution/blob/main/proposals/0345-if-let-shorthand.md
https://github.com/…
iOS dev
https://sarunw.com/posts/swiftui-list-ondelete/
Sarunw
How to Delete List rows from SwiftUI List | Sarunw
Learn how to enable/disable the delete ability in SwiftUI List.
iOS dev
https://useyourloaf.com/blog/cloudkit-console-act-as-icloud-account/
Use Your Loaf - iOS Development News & Tips
CloudKit Console Act As iCloud Account
How to view data in the CloudKit Console for different iCloud accounts.
iOS dev
http://swiftwithmajid.com/2022/11/29/building-custom-layout-in-swiftui-caching/
Swift with Majid
Building custom layout in SwiftUI. Caching.
In the previous post, we talked about the basics of the new Layout protocol. Today I’m going to continue the series of posts about the new opportunity to build super-custom reusable layouts by covering the idea of caching layout information and tuning its…
iOS dev
https://belkadan.com/blog/2022/11/Codable-Serde/
-dealloc
The Two Faces of Codable/Serde
These widespread serialization tools seem overly general, but that's because they have two separate but related use cases.
iOS dev
https://daringsnowball.net/articles/swiftui-size-to-fit-bottom-sheet/
Matthew's Dev Blog
Sized-to-fit SwiftUI bottom sheet | Matthew's Dev Blog
This is a personal blog by Matthew Flint.
iOS dev
https://arturgruchala.com/testing-async-await-exceptions/
iOS dev
https://lyvennithasasikumar.medium.com/coredata-with-swiftui-part-i-13c3a450e77c
Medium
CoreData With SwiftUI -Part I
Hey Guys! Am back with some interesting stuff that am gonna show you how to use CoreData in SwiftUI. I promise you guys this is the way…
iOS dev
https://medium.com/@artemiusm/how-to-pause-and-resume-animation-in-swiftui-with-chaining-68003517449f
Medium
How to Pause and Resume Animation in SwiftUI (with chaining)
SwiftUI doesn’t have built-in functionality to pause/resume animations. So let’s see how we can solve this