Marco Eidinger
Swifty Tech by Marco Eidinger

Swifty Tech by Marco Eidinger

Follow
homeSponsorshipSPMbadgesnewsletter
Tag

Swift

#swift

More content

Read more stories on Hashnode


Articles with this tag

Develop and test OpticID for Vision Pro

Sep 4, 20233 min read

In this blog post, I'll explain how you, a Swift developer, can leverage Optic ID for authentication and how to test OpticID in the Vision Pro...

Develop and test OpticID for Vision Pro

GitHub embraces Swift and provides code analysis, security alerts and dependency updates for Swift projects

Aug 3, 20232 min read

GitHub released significant updates for Swift developers this summer. Swift is now supported for the following GitHub tools: CodeQL: semantic code...

GitHub embraces Swift and provides code analysis, security alerts and dependency updates for Swift projects

URL extraction for hostname, domain, subdomain and tld in Swift

Jul 24, 20232 min read

How difficult can it be to parse an HTTP link to identify and extract individual components like its subdomain or top-level domain? Giving the...

URL extraction for hostname, domain, subdomain and tld in Swift

Why is it so damn difficult to create a binary framework for your Swift Package

Jul 17, 20233 min read

Swift Package Manager (SPM) allows you to Share source code (open-source) Distribute binaries to protect your intellectual property (closed...

Why is it so damn difficult to create a binary framework for your Swift Package

Inspect Web Content on iOS 16.4+

Jul 4, 20232 min read

Before iOS 16.4 developers were able to attach the Web Inspector to inspect content running in WKWebView and JSContext for a developer-provisioned app...

Inspect Web Content on iOS 16.4+

Generate RESTful APIs with Swift in 2023

Jun 26, 20234 min read

In this blog post, I describe my experience using Swift OpenAPI Generator to generate a fully functional client API. Previously I wrote an article on...

Generate RESTful APIs with Swift in 2023