Tag: swift

Build Customizable Segmented Control SwiftUI

Build a SwiftUI customizable segmented control

Dev

Learn how to use SwiftUI to build a customizable segmented control for your iOS apps. We explore limitations of the default SwiftUI Picker.

Alejandro Ulate Fallas
Apr 14, 2023 ⋅ 8 min read
Simplify Codebase Swift Decorator Design Pattern

Simplify your codebase with Swift’s decorator design pattern

Dev

Delve into the power of decorator design patterns in Swift, learning how they can simplify your codebase and improve its structure.

Yusuf Ahmed
Mar 29, 2023 ⋅ 3 min read
Build iOS Lock Screen Widget

Building iOS Lock Screen widgets

Dev

Learn how to add rectangular, inline, and circular widgets to your iOS app’s Lock Screen for enhanced user experience.

Rudrank Riyam
Mar 16, 2023 ⋅ 6 min read
Standardize Emoji ios Display Android

Standardizing emoji display across Android and iOS apps

Dev

Learn how to display iOS emojis in an Android app in this step-by-step tutorial, standardizing the look and feel of your application.

Bhavya Mishra
Feb 23, 2023 ⋅ 3 min read
React Native Vs. Swift For IOS Development

React Native vs. Swift for iOS development

Dev

Compare building an iOS app using React Native vs. Swift, including which has better performance and the faster development lifecycle.

Victor Jonah
Jan 24, 2023 ⋅ 7 min read
XML Parsing In Swift: Tutorial With Examples

XML parsing in Swift: Tutorial with examples

Dev

Learn about Swift’s XMLParser, which allows you to manipulate XML files and offers features like namespace support.

Arjuna Sky Kok
Jan 12, 2023 ⋅ 7 min read
Getting Started With Result Builders In Swift

Getting started with result builders in Swift

Dev

Learn how to use result builders in Swift, including advanced functions like buildOptional, buildArray, and buildExpression.

Arjuna Sky Kok
Dec 23, 2022 ⋅ 6 min read
Getting Started With RegexBuilder On Swift

Getting started with RegexBuilder on Swift

Dev

Learn how to build regular expressions using Swift’s RegexBuilder, and review Regex concepts such as quantifiers and components.

Arjuna Sky Kok
Dec 2, 2022 ⋅ 6 min read
SwiftUI Logo

Implementing tags using SwiftUI

Dev

This guide demonstrates how to create a simple view for working with tags in SwiftUI. We’ll create a tag view in a sample quotation app.

Rudrank Riyam
Nov 30, 2022 ⋅ 8 min read
Exploring Live Activities API

Exploring the iOS Live Activities API

Dev

Incorporating Live Activities into your iOS app enables you to provide real-time updates right on the Lock Screen or in the Dynamic Island.

Rudrank Riyam
Nov 16, 2022 ⋅ 7 min read
Swift And Rust: A Comparison Guide

Swift vs. Rust: Comparison guide

Dev

Apple built Swift to replace Objective-C and the Mozilla Foundation built Rust as a substitute for C++ for writing memory-safe code.

Solomon Esenyi
Oct 27, 2022 ⋅ 4 min read
Working Calendars Swift

Working with calendars in Swift

Dev

Use a popular calendar library called FSCalendar in Swift to create a calendar for handling and manipulating dates.

Rupesh Chaudhari
Oct 19, 2022 ⋅ 8 min read