Skip to content

SweetTutos

Your guide for Mobile, Web, and AI
SwiftUI

Understanding the Differences Between @State, @Binding, and @Published in SwiftUI with Practical Examples

Posted on April 25, 2025 by Malek / 0 Comment

In this tutorial, we explore the differences between @State, @Binding, and @Published in SwiftUI. We’ll walk through practical examples to help you understand w...

SwiftUI

Add a bit of flair to your content with SwiftUI ScrollView transitions

Posted on March 15, 2025 by Malek / 0 Comment

Add a bit of flair to your content with SwiftUI ScrollView transitions by learning how to implement custom animations and transitions on views.

Blogging

Why Tech Blogging Remains Essential in an AI-Driven World

Posted on March 3, 2025 by Malek / 0 Comment

Blogging has been a staple for quite some time, but the rise of AI has remarkably changed the landscape for many bloggers. In particular, the tech sector has fe...

Localization

How to streamline your strings localization with String Catalogs

Posted on February 24, 2025 by Malek / 0 Comment

During WWDC 2023, Apple unveiled String Catalogs, designed to streamline and accelerate the localization process for your app. In this quick article, you will l...

SwiftUI

Push and Pop Animations With NavigationStack and NavigationLink In SwiftUI

Posted on February 17, 2025 by Malek / 0 Comment

In this quick post, you will learn how easy it is to setup a navigation stack in SwiftUI to allow a smooth transition between two screens using the new SwiftUI ...

SwiftUI

How To Easily Pass Data Between Two Views In SwiftUI

Posted on February 10, 2025 by Malek / 0 Comment

In this 5 minutes article, learn how to pass data between two views effortlessly just by leveraging the @State property wrapper.

Local notification

Scheduling a notification locally from your app

Posted on February 3, 2025 by Malek / 0 Comment

Learn how to schedule and present local push notification in your app in the foreground as well as in the background.

SwiftUI

Adding a search bar interface for data filtering in SwiftUI

Posted on January 27, 2025 by Malek / 0 Comment

In this quick tutorial, you will learn how to effortlessly integrate a powerful search bar into your SwiftUI app, allowing your users to filter content with eas...

Swift

Sorting Custom Objects By Property Value In Swift

Posted on January 17, 2025 by Malek / 0 Comment

Sorting a sequence of custom elements can be tricky, but once we understand how the sorting algorithm (provided by the Swift standard library) works, it will be...

Swift/UIKit

How To Implement A Back Button With A Call To Action Logic In A Navigation Controller

Posted on February 17, 2023 by Malek / 0 Comment

Learn how to enhance your app user experience by implementing a call-to-action logic in a custom navigation controller back button.

Posts pagination

1 2 … 7 Next »
Copyright © 2014-2025 SweetTutos. All Rights Reserved.