Blog

Page 133 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for How to create a String with format?
string-formatting

How to create a String with format?

Published on September 2, 2023

šŸ”¤šŸ˜Ž How to Create a String with Format in Swift? šŸ˜ŽšŸ”¤ Do you need to convert various types like `Int`, `Int64`, `Double`, etc. into a `String` using Swift? šŸ¤” Look no further! In this blog post, we'll explore how to accomplish this task easily and effici

Cover Image for Get top most UIViewController

Get top most UIViewController

Published on September 2, 2023

# šŸ“š Getting the Top Most UIViewController: Explained and Resolved! šŸ’Ŗ Have you ever struggled to get the top most `UIViewController` without having access to a `UINavigationController`? šŸ¤” Well, no worries! In this blog post, we're going to dive into thi

Cover Image for How to play a sound using Swift?

How to play a sound using Swift?

Published on September 2, 2023

# How to Play a Sound Using Swift? šŸŽµ Do you want to play a sound in your Swift application? Whether it's for a game, a music player, or any other project, this guide will help you through the process. While Swift has evolved over the years, some code t

Cover Image for How can I parse / create a date time stamp formatted with fractional seconds UTC timezone (ISO 8601, RFC 3339) in Swift?
datetime

How can I parse / create a date time stamp formatted with fractional seconds UTC timezone (ISO 8601, RFC 3339) in Swift?

Published on September 2, 2023

# How to Parse and Create ISO 8601 Formatted Date Time Stamps in Swift? šŸ“…āŒšļø Are you struggling to generate a date time stamp in the ISO 8601 format with fractional seconds and UTC timezone in Swift? Look no further! In this guide, we'll tackle this commo

Cover Image for How can I extend typed Arrays in Swift?
arrays

How can I extend typed Arrays in Swift?

Published on September 2, 2023

## How to Extend Typed Arrays in Swift So you want to extend Swift's `Array<T>` or `T[]` type with your own custom functional utilities? You've come to the right place! In this guide, we'll address the common issues you might face and provide easy solutio

Cover Image for Swift to Objective-C header not created in Xcode 6

Swift to Objective-C header not created in Xcode 6

Published on September 2, 2023

# **šŸ“ Swift to Objective-C Header Not Created in Xcode 6: A Frustrating Dilemma!** So, you're excited to dive into the world of Swift and explore its potential in your existing Objective-C project. But alas! You've hit a roadblock - the coveted `*-Swift.

Cover Image for Swift Set to Array
arrays

Swift Set to Array

Published on September 2, 2023

# Swift Set to Array: The Ultimate Guide šŸš€ šŸ‘‹ Hello there! Welcome to our tech blog. Today, we will be diving into a common issue that many Swift developers face: converting a Swift Set to an Array. While this process is straightforward with the older `N

Cover Image for Error in Swift class: Property not initialized at super.init call
properties

Error in Swift class: Property not initialized at super.init call

Published on September 2, 2023

šŸ”„šŸ“ Blog Post: Fixing the Error in Swift Class šŸ‘‹ Hey there tech enthusiasts! Today, we're diving into an error that many Swift developers come across when working with classes – the dreaded "property not initialized at super.init call" error. But fear n

Cover Image for How to convert a JSON string to a dictionary?
dictionaryjson

How to convert a JSON string to a dictionary?

Published on September 2, 2023

## How to Convert a JSON String to a Dictionary: A Simple Guide Are you struggling to convert a JSON string to a dictionary format in your Swift or Objective-C project? Don't worry, you're not alone! This is a common issue that developers face when dealin

Cover Image for Does Swift have documentation generation support?

Does Swift have documentation generation support?

Published on September 2, 2023

šŸ“ **Title: Swift Documentation Generation: How to Make Your Code Speak for Itself** šŸ‘‹ Hey there, tech enthusiasts! Today, we're diving into the world of Swift documentation generation support. If you've ever found yourself wondering, "Does Swift have do