Skip to content
SweetTutos
Your guide for Mobile, Web, and AI

Tag: Swift

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.

Concurrency/Swift

Leverage async/await to write better generic network layer

Posted on January 17, 2023 by Malek / 0 Comment

Learn modern Swift Concurrency patterns - Discover how you can adopt Swift concurrency in URLSession using async/await, and how you can apply Swift concurrency ...

Swift

Swift Generics: How to build a clean network layer

Posted on January 10, 2023 by Malek / 0 Comment

How to use Swift Generics to build a modular network layer. Leveraging generics, protocols, struct and enums to build a clean network layer.

Swift

Write Clean Reusable Code To Dequeue Table View Cells With Swift Generics

Posted on January 3, 2023 by Malek / 0 Comment

A table view tries to dequeue a cell for reuse. Learn how to make this process unified and scalable by leveraging the power of Swift Generics.

Swift/Swift Package/Xcode 12.5

Create and Distribute Your Own Library With Swift Package 🚀

Posted on May 16, 2021 by Malek / 0 Comment

Few weeks ago, I built EasyLog, a lightweight library that make verbose logging easy and fun. In this quick tutorial, I will walk you through the steps to creat...

Swift

How To Use The Coordinator Design Pattern in iOS – Swift 5.5

Posted on May 18, 2020 by Malek / 0 Comment

Update January 2022: This tutorial is updated to use Xcode 13.2.1 and Swift 5.5 If you are doing iOS for a while, you surely came across the Coordinator pattern...

Auto Layout/iOS/ios development/MarkupKit/native ios app/Swift/UIKit/Xcode

How To Hugely Simplify Your iOS Development With MarkupKit

Posted on June 9, 2016 by Greg Brown / 0 Comment

MarkupKit is a framework for simplifying development of native iOS applications. It allows developers to construct user interfaces declaratively using a human-r...

Swift 2/Xcode 7

Hands-On Swift 2 [Part 2]

Posted on August 14, 2015 by Malek / 1 Comment

In the previous tutorial, you practically saw how features like Availability Checking, Defer Actions and Error Handling came in handy to make your swift experie...

ios development/native ios app/Swift/UIWebView/Xcode

Working with UIWebView in Swift

Posted on July 23, 2015 by Malek / 7 Comments

In a previous tutorial, I wrote about UIWebView and UIActivityIndicator and how to use them to load a url. The article has helped a lot of my sweet readers, so ...

Posts pagination

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