iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6.01K
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.blckbirds.com/post/custom-tab-bar-in-swiftui
iOS dev
https://matt.diephouse.com/2019/12/adopting-value-types-networking/
Adopting Value Types: Networking
iOS dev
https://rickwierenga.com/blog/s4tf/s4tf-mnist.html
Rick Wierenga
Your first Swift for TensorFlow model
Swift for TensorFlow is TensorFlow, implemented in Swift. Its Python counterpart (“TensorFlow”) is one of the best deep learning libraries ever made, but it’s hitting its limits. Python, being interpreted, is quite a slow language. Python is also limiting…
iOS dev
https://rickwierenga.com/blog/s4tf/s4tf-gan.html
Rick Wierenga
An introduction to Generative Adversarial Networks (in Swift for TensorFlow)
Generative adversarial networks, or GANS, are one of the most interesting ideas in deep learning. Using GANs computers get a sense of imagination, they can create their own “things”. But how do they do that? It’s easy to have a computer generate random data…
iOS dev
https://nalexn.github.io/anyview-vs-group/
Alexey Naumov
Performance Battle: AnyView vs Group
Verifying the rumors about SwiftUI performance bottlenecks
iOS dev
https://medium.com/analytics-vidhya/introduction-to-apples-core-ml-3-build-deep-learning-models-for-the-iphone-with-code-509b951674c1
Medium
Introduction to Apple’s Core ML 3 — Build Deep Learning Models for the iPhone (with code)
Introduction
iOS dev
https://heartbeat.fritz.ai/license-plate-recognition-detection-and-plate-number-extraction-on-ios-827035bffa41
iOS dev
https://www.swiftbysundell.com/articles/predicates-in-swift/
Swift by Sundell
Predicates in Swift | Swift by Sundell
Predicates can enable us to filter various collections in ways that are incredibly flexible. Let’s take a look at how we could construct powerful, type-safe predicates using closures, generics, and operators.
iOS dev
http://khanlou.com/2019/12/regex-vs-combinatorial-parsing/
Regexes vs Combinatorial Parsing
iOS dev
https://useyourloaf.com/blog/hiding-the-safe-area-layout-guide
Use Your Loaf
Hiding the Safe Area Layout Guide
A quick Interface Builder tip when creating constraints to the edges of the root view.
iOS dev
https://izakpavel.github.io/development/2019/11/28/creating-custom-views-in-swiftui.html
Pavel Zak’s dev blog
Custom controls in SwiftUI
In my recent project, I have created custom toggle for baby gender selection. In this post, I would like to demonstrate, how to create such a custom view in SwiftUI and comment it in the order how I usually approach these things. But first, let’s have a look…
iOS dev
https://www.youtube.com/playlist?list=PLhZ07fUym-oVMUC3G-0YwyZHa0ESiXIZs
iOSDevCampDC 2019
YouTube
iOSDevCampDC 2019 - YouTube
iOS dev
https://medium.com/flawless-app-stories/building-adaptive-layout-with-size-classes-programmatically-40db42950c89
Medium
Building Adaptive Layout with Size Classes — Programmatically
Previously, building the user interface for iOS was very simply because there was only one iPhone size. The time has passed, now we have an array of iPhone sizes with the different screen sizes …
iOS dev
https://lickability.com/blog/structural-design-patterns/
Lickability
Understanding Structural Design Patterns
If you are like me and have a year or less of experience developing iOS apps, there might be some concepts that you use in code without realizing what they are or why you’ve used them—I’m talking about design patterns. These patterns allow our app’s codebase…
iOS dev
https://swiftwithmajid.com/2019/12/11/building-bottom-sheet-in-swiftui/
Swift with Majid
Building Bottom sheet in SwiftUI
This week I want to start a series of posts about building interactive view components that Apple heavily uses in its apps but doesn’t include them into the SDK. Let’s begin with the bottom sheet. I think everybody used Apple Maps, Shortcut or Apple Music…
iOS dev
https://www.avanderlee.com/swift/advanced-asynchronous-operations/
SwiftLee
Advanced asynchronous operations by making use of generics
Combine asynchronous operations with generics and write chained asynchronous tasks while keeping code separated and easy to test.
iOS dev
https://tech.just-eat.com/2019/12/04/lessons-learned-from-handling-jwt-on-mobile/
Lessons learned from handling JWT on mobile
iOS dev
https://www.donnywals.com/handling-deeplinks-in-your-app/
Donny Wals
Handling deeplinks in your app – Donny Wals
Deeplink functionality is something a lot of apps need but it’s not always easy to get started with adding deeplinks for your app. This article should help you get started.
iOS dev
https://medium.com/device-blogs/all-you-never-wanted-to-know-about-state-in-swiftui-7314d0c51318
Medium
All you never wanted to know about state in SwiftUI
I recently released an app written 100% in SwiftUI and in doing so, uncovered some patterns that are difficult to express. In this post, I…
iOS dev
https://noahgilmore.com/blog/coreanimation-metal/
Noahgilmore
Animating Metal Content with CoreAnimation
Recently, I've been learning more about Metal - I'm still working through the basics, but I've written a couple of posts and tweets about it, and I'm about halfway through Metal By Example. Up until now I've mostly been coding sample projects, but I recently…