Results for the following term searched:

More Stories

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?

updated a few hours ago

# **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

Matheus Mello
Matheus Mello
Cover Image for Block Declaration Syntax List

Block Declaration Syntax List

updated a few hours ago
syntax

šŸ“ **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

Matheus Mello
Matheus Mello
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?

updated a few hours ago

# 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

Matheus Mello
Matheus Mello
Cover Image for ITSAppUsesNonExemptEncryption export compliance while internal testing?

ITSAppUsesNonExemptEncryption export compliance while internal testing?

updated a few hours ago

šŸ“¢ 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

Matheus Mello
Matheus Mello
Cover Image for GCD to perform task in main thread

GCD to perform task in main thread

updated a few hours ago

# šŸ˜ŽšŸ“āœØ 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

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

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

updated a few hours ago
private

# 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

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

for each loop in Objective-C for accessing NSMutable dictionary

updated a few hours ago

šŸ“ **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

Matheus Mello
Matheus Mello
Cover Image for How to find topmost view controller on iOS

How to find topmost view controller on iOS

updated a few hours ago

# 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

Matheus Mello
Matheus Mello
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?

updated a few hours ago

# 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

Matheus Mello
Matheus Mello
Cover Image for Detect if the device is iPhone X

Detect if the device is iPhone X

updated a few hours ago

## šŸ“± 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

Matheus Mello
Matheus Mello