Blog

Page 81 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for How to change the background color of a UIButton while it"s highlighted?

How to change the background color of a UIButton while it"s highlighted?

Published on September 2, 2023

# **How to change the background color of a UIButton while it's highlighted?** Have you ever encountered the requirement to change the background color of a `UIButton` when it's highlighted? šŸ¤” It may seem like a simple task, but it can be a bit tricky to

Cover Image for Block Declaration Syntax List
syntax

Block Declaration Syntax List

Published on September 2, 2023

šŸ“ **Blog Post: Unraveling the Mystery of Block Declaration Syntax** šŸ‘‹ Hey there tech enthusiasts and budding Objective C developers! Are you feeling baffled by the convoluted world of block declaration syntax? Don't worry, you're not alone! šŸ˜… In the r

Cover Image for Cocoa Touch: How To Change UIView"s Border Color And Thickness?

Cocoa Touch: How To Change UIView"s Border Color And Thickness?

Published on September 2, 2023

# Cocoa Touch: How To Change UIView's Border Color And Thickness? šŸŽØšŸ“ Are you tired of the default border color and thickness of your UIView in Cocoa Touch? Don't worry, I've got you covered! In this post, I'll show you how to easily change the border

Cover Image for ITSAppUsesNonExemptEncryption export compliance while internal testing?

ITSAppUsesNonExemptEncryption export compliance while internal testing?

Published on September 2, 2023

šŸ“¢ Attention tech enthusiasts! šŸ“¢ Are you puzzling over the mind-boggling message you received while selecting the build for internal testing? šŸ¤” Fear not! Today we're diving into the mysterious world of šŸ’» ITSAppUsesNonExemptEncryption export compliance

Cover Image for GCD to perform task in main thread

GCD to perform task in main thread

Published on September 2, 2023

# šŸ˜ŽšŸ“āœØ Supercharge Your Main Thread Tasks with GCD! So, you're a ⭐ rockstar developer who understands the importance of main thread optimization, and you want to level up your app's performance. šŸš€ You've stumbled upon a concept called GCD (Grand Central

Cover Image for What does "@private" mean in Objective-C?
private

What does "@private" mean in Objective-C?

Published on September 2, 2023

# Unlocking the Mystery of `@private` in Objective-C šŸ”šŸ” Are you new to Objective-C and scratching your head whenever you come across the `@private` keyword? Fear not! šŸš€ In this blog post, we'll demystify the magic behind `@private` and show you how to

Cover Image for for each loop in Objective-C for accessing NSMutable dictionary

for each loop in Objective-C for accessing NSMutable dictionary

Published on September 2, 2023

šŸ“ **Title: "Navigating the Objective-C Seas: Accessing NSMutable Dictionary with a For-Each Loop"** šŸ‘‹ Welcome, tech explorers! 🌊 Have you found yourself shipwrecked 🚢 in the uncharted Objective-C seas, desperately seeking a way to access each key and

Cover Image for How to find topmost view controller on iOS

How to find topmost view controller on iOS

Published on September 2, 2023

# How to Find the šŸ“± Topmost View Controller on iOS šŸ“Œ Have you ever found yourself in a situation where you needed to access the topmost view controller in your iOS app, but couldn't figure out how to do it? This can be quite a challenge, especially if y

Cover Image for When converting a project to use ARC what does "switch case is in protected scope" mean?

When converting a project to use ARC what does "switch case is in protected scope" mean?

Published on September 2, 2023

# Converting a Project to Use Automatic Reference Counting (ARC) So, you've decided to convert your project to use ARC (Automatic Reference Counting) to make memory management easier and less error-prone. Great choice! šŸ™Œ But, during the conversion proce

Cover Image for Detect if the device is iPhone X

Detect if the device is iPhone X

Published on September 2, 2023

## šŸ“± How to Detect if the Device is iPhone X If you are an iOS developer, you may have encountered a common issue when using a custom height for the `UINavigationBar` on the new iPhone X. The app layout might not look as intended due to the unique design