Articles by Tag #swift

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

25+ Must-Read Swift Resource for Your Projects.

1. SwiftUI Beginner Course – Rethinking Strings SwiftUI Beginner Tutorial | Rethinking...

Learn More 61 0Feb 17

🚀 Your Go-To List of 25 Swift Tools and Libraries for Any Project

GitHub - ivlevAstef/DITranquillity: Dependency injection for iOS (Swift) Dependency...

Learn More 41 2Jan 6

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

Implementing Native Code in React Native

Hey devs! React Native is an excellent tool for building mobile applications with a single codebase...

Learn More 17 0Jun 4 '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 15 2Sep 11 '24

Migrating from CocoaPods to Tuist at Playtomic

Introduction In the constantly changing world of software development, embracing change...

Learn More 14 0May 8 '24

Understanding CocoaPods for React Native iOS Development

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

Learn More 13 0Nov 7 '24

🚀 Excited to share my latest project: Math Runner! 🎮📚

Github: https://github.com/MaatheusGois/MathRunner I developed this fun and educational game using...

Learn More 13 2Jun 10 '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 12 0Oct 4 '24

@Duolingo is amazing! 🤩

Github: https://github.com/MaatheusGois/DuoDemo Excited to share with you a demo I crafted...

Learn More 12 1Jun 11 '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

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 10 1Aug 12 '24

Let’s highlight

Our team has been diligently adding screenshots to highlight the UI improvements made by PRs. While...

Learn More 10 0Jun 2 '24

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 8 0Sep 16 '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 7 0Apr 16

[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

How NOT to learn mobile development

I built the same app 3 times, here is what I learned After completing a full stack...

Learn More 7 0Jun 26 '24

Is UIView (mostly) visible

If you've ever needed to check whether a view is visible to the user, you might have used the...

Learn More 6 0May 25 '24

Swift Custom Array Implementation Using UnsafeMutablePointer

In this article, we explore a custom array implementation in Swift using UnsafeMutablePointer. This...

Learn More 6 0Jun 9 '24

Roadmap for iOS Development in 2024.

In recent years, we have witnessed a rapid evolution in the iOS development ecosystem. With each new...

Learn More 6 0Jun 22 '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

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

Swift 101: Understanding Types, Variables, and Constants

Hola Mundo! This is the second article in a series of Swift 101 notes 📝 I did while...

Learn More 6 0May 14 '24

⚔️ 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

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