Blog

Page 140 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for How to hide a navigation bar from first ViewController in Swift?

How to hide a navigation bar from first ViewController in Swift?

Published on September 2, 2023

πŸ“ **How to Hide a Navigation Bar from First ViewController in Swift?** Are you struggling with hiding the navigation bar from the first ViewController or a particular ViewController in Swift? πŸ€” Don't worry, I've got you covered! In this blog post, I'll

Cover Image for How can I import Swift code to Objective-C?
import

How can I import Swift code to Objective-C?

Published on September 2, 2023

# πŸ“ How to Import Swift Code to Objective-C πŸ€” So, you've created a fancy Swift library and now you're trying to import it into your Objective-C project? It's like trying to fit a square peg into a round hole, but fear not! I'm here to guide you through

Cover Image for Difference between == and ===

Difference between == and ===

Published on September 2, 2023

# Equality Operators in Swift: == vs === πŸ’β€β™‚οΈπŸ’β€β™€οΈ Are you confused about the difference between the double equals (`==`) and triple equals (`===`) operators in Swift? πŸ€” Don't worry, you're not alone! Many developers struggle to understand these seeming

Cover Image for How do I shuffle an array in Swift?
arraysshuffle

How do I shuffle an array in Swift?

Published on September 2, 2023

# How to Shuffle an Array in Swift: A Simple Guide 🎲 Do you want to add some randomness and excitement to your Swift programming? Imagine having a deck of playing cards and being able to shuffle them effortlessly. In this blog post, we’ll explore how to

Cover Image for How to get the current time as datetime
datetime

How to get the current time as datetime

Published on September 2, 2023

# How to Get the Current Time as Datetime in Swift πŸ•°οΈ Are you a beginner in app development and struggling to get the current hour in Swift? Don't worry, we've got you covered! In this guide, we'll walk you through the process of obtaining the current ti

Cover Image for Generate a UUID on iOS from Swift
guid

Generate a UUID on iOS from Swift

Published on September 2, 2023

πŸ“Title: Generating a Unique Identifier (UUID) in iOS with Swift: A Safer and More Efficient Approach! πŸ˜ŽπŸ“± Introduction: Is your iOS Swift app in need of generating random UUID (GUID) strings for various purposes, such as table keys? In this blog post, w

Cover Image for How can I convert a comma-separated string to an array?
csvjavascriptsplitstring

How can I convert a comma-separated string to an array?

Published on September 2, 2023

πŸ“πŸ’­ HOW TO CONVERT A COMMA-SEPARATED STRING TO AN ARRAY πŸ’­πŸ“ 🌟✨ Are you tired of dealing with comma-separated strings when you really just want an array? Look no further! In this guide, we'll show you easy and efficient ways to convert a comma-separated

Cover Image for How to resolve: "keyWindow" was deprecated in iOS 13.0

How to resolve: "keyWindow" was deprecated in iOS 13.0

Published on September 2, 2023

# How to Resolve: 😱 'keyWindow' was deprecated in iOS 13.0 If you are an iOS developer working with Core Data and Cloud Kit, you may have encountered the dreaded deprecation warning when using `UIApplication.shared.keyWindow?.rootViewController?.present(

Cover Image for Determining if Swift dictionary contains key and obtaining any of its values
dictionary

Determining if Swift dictionary contains key and obtaining any of its values

Published on September 2, 2023

# πŸš€ Determining if a Swift Dictionary Contains a Key and Obtaining Its Value πŸ“š Have you ever found yourself using clumsy code to determine if a Swift dictionary contains a specific key and then retrieving any of its values? πŸ€·β€β™€οΈ Fear no more! In this b

Cover Image for How to integrate WordPress template with CodeIgniter

How to integrate WordPress template with CodeIgniter

Published on September 2, 2023

πŸ“πŸ”Œβœ¨ Integrate WordPress Template with CodeIgniter: A Match Made in Tech Heaven! πŸ”Œβœ¨πŸ“ Are you scratching your head trying to figure out how to seamlessly integrate a WordPress template with your CodeIgniter project? Well, fret not! In this blog post, we