Articles by Tag #swift

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Swift Deployments: Are they Swift or Recklessly Rushed?

Introduction When it comes to the Swift programming language, the Swiftlang/Swift...

Learn More 29 0Sep 14 '24

Como programar em Swift no Linux

Aprender a programar em Swift, para quem não tem um dispositivo da Apple, parece impossível. Porém,...

Learn More 24 2Jul 18 '24

🚀 DebugSwift Hits 500 Stars on GitHub! 🎉

👉 GitHub Link: https://github.com/DebugSwift/DebugSwift This project, created to streamline the...

Learn More 19 1Dec 11 '24

7 Swift Hacks You Wish You Knew Sooner

You know that feeling when you write a code, only to realize later, there was a one-liner that...

Learn More 16 0Feb 3

What is the process to Sign In with Apple with laravel?

The Sign In with Apple Flow . How Sign In with Apple Works (Hint: it uses OAuth and OIDC) . Today I...

Learn More 16 2Sep 11 '24

Modularização no iOS: Estruturando Projetos com Swift Package Manager

Ajudando em reutilização, escalabilidade e gerenciamento de dependências, é comum que projetos mobile...

Learn More 15 1Aug 12 '24

Understanding CocoaPods for React Native iOS Development

Introduction CocoaPods is an essential dependency manager for iOS and macOS development....

Learn More 14 0Nov 7 '24

Integrating Native iOS Code with React Native Using Swift: A Comprehensive Guide

Introduction In the world of mobile application development, React Native has gained...

Learn More 13 0Oct 4 '24

Streamline Your Project Workflow Using Swift with Sake: A Practical Guide

Introduction Managing and automating repetitive tasks in your project can be challenging,...

Learn More 12 0Oct 15 '24

Implementando Arquitetura VIP em um App iOS com Swift

Dentro da área de desenvolvimento iOS, é possível trabalhar com diferentes arquiteturas de projeto,...

Learn More 12 0Apr 16

Swift Could've Been a Great Server-Side Language

There was a moment when Swift on the server didn't seem like a crazy idea. Apple had just...

Learn More 12 5May 21

Automatically Map Workouts to the Right Apple HealthKit Type -HKWorkoutActivityType

Introduction If you've ever tried integrating Apple HealthKit into your fitness app,...

Learn More 10 0May 23

Protegendo credenciais em automatização de builds no Fastlane com Variáveis de Ambiente

Permitindo armazenar informações sensíveis, como API keys, tokens de autenticação e credenciais, de...

Learn More 10 0Oct 16 '24

WWDC 2025 - Explore concurrency in SwiftUI

SwiftUI's approach to concurrency represents a paradigm shift in how we build responsive,...

Learn More 9 0Jun 19

10 Underrated Swift Features You Probably Aren’t Using (But Should)

Swift is packed with cool tricks that often go unnoticed. While everyone obsesses over async/await...

Learn More 9 0Feb 5

SwiftUI VS UIKit - Which One To Choose?

UIKit has been the backbone of iOS app development for years. Its imperative approach offers...

Learn More 9 0Sep 25 '24

How to Easily Use Feature Flags in Swift with Firebase

Hola mundo! I always like to start my posts by explaining why I’m writing an article,...

Learn More 9 0Sep 16 '24

Aplicando testes unitários com XCTest em um projeto iOS numa arquitetura VIP

Testes unitários são essenciais para garantir que nosso código funcione conforme o esperado. Eles vão...

Learn More 8 1Apr 30

Swift Sendable: Mastering Thread Safety in iOS Development

When working with Swift concurrency, developers often encounter compiler warnings about "sending...

Learn More 7 0Jun 19

Building a MCP server in Swift

The Model Context Protocol (MCP) is one of the most exciting emerging concepts, extending LLM...

Learn More 7 0Mar 25

[SwiftUI] Drawing the Line: A Practical Guide to Borders in SwiftUI

Preamble Honestly, I never thought I’d need to write an entire article on borders in...

Learn More 7 0Feb 2

Apple Just Solved SwiftUI's Biggest Problem: Native WebView is Finally Here

Apple's introduction of WebKit for SwiftUI marks a significant leap forward in how iOS developers can...

Learn More 7 1Jun 16

⚔️ Swift vs Kotlin: Will One Language Rule Them All in 2025 and Beyond?

If you're a mobile app developer—or thinking about becoming one—this question is burning: Should...

Learn More 6 0Apr 10

React Native vs Swift

REACT NATIVE VS SWIFT IN 2024 Almost every day a CTO faces a crucial decision that can...

Learn More 6 0Jul 11 '24

4 iOS UX Writing Secrets That Will Transform Your App's User Experience (Apple Insiders Reveal All)

The Hidden Power of Words in iOS Apps While developers obsess over animations and visual...

Learn More 6 2Jun 18

Introdução ao String Catalog: Melhore a localização de strings no iOS 16 com Xcode 14

O String Catalog foi introduzido no Xcode 14, que foi lançado junto com o iOS 16. Projetado para...

Learn More 6 0Oct 17 '24

WWDC 2025 - What’s new in Xcode 26

Xcode 26: A Revolutionary Leap Forward for iOS Development Apple has unveiled Xcode 26,...

Learn More 6 1Jun 12

LocalLLMClient: A Swift Package for Local LLMs Using llama.cpp and MLX

Introducing LocalLLMClient, an open-source Swift library that makes it easy to use local LLMs like llama.cpp and Apple MLX in your iOS and macOS apps

Learn More 6 1May 15

An Anti-Pattern to get UIWindowScene

Starting with iOS 13, UIWindowScene was introduced, and it is often required in cases such as showing...

Learn More 6 1Nov 18 '24

Native iOS App Updater in Flutter: How Zomato, Swiggy, and Others Do It

After a long break, we're back—because let's face it, as developers, the work never really stops....

Learn More 6 0Sep 29 '24