Swift

Sep
15
How to classify an image through ML on iOS

How to classify an image through ML on iOS

Using Machine Learning to classify images within iOS Swift
5 min read
Sep
11
SwiftUI - Weather Hourly Forecast example

SwiftUI - Weather Hourly Forecast example

Hourly Forecast SwiftUI Component Example
2 min read
Sep
04
How to start with a Microapps architecture on iOS

How to start with a Microapps architecture on iOS

Introduction to Microapps Architecture for iOS
5 min read
Aug
31
How to display the user’s current location on iOS

How to display the user’s current location on iOS

Get current location of your user
4 min read
Aug
27
How to Tweet within your iOS app without using the Twitter SDK

How to Tweet within your iOS app without using the Twitter SDK

How to tweet within your app
3 min read
Aug
26
How to let iOS speak to you

How to let iOS speak to you

Using AVSpeechSynthesizer
4 min read
Jan
31
Async Await in Swift

Async Await in Swift

What does it actually solve?
6 min read
Dec
10
GitHub actions to build and test iOS projects using Fastlane

GitHub actions to build and test iOS projects using Fastlane

Templates to build, compile unit- and UI-tests iOS-based project with GitHub actions and Fastlane.
3 min read
Jan
26
Share Sheet UIActivityViewController within SwiftUI

Share Sheet UIActivityViewController within SwiftUI

UIActivityViewController within SwiftUI.
1 min read
Jan
17

Summing up numeric properties of objects in an array in Swift

A solution on how to sum up numeric properties of objects within an array.
1 min read