Blog

Page 367 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for How to remove empty cells in UITableView?

How to remove empty cells in UITableView?

Published on September 2, 2023

# Remove Empty Cells in UITableView: A Comprehensive Guide šŸ‘€šŸ’Ŗ ## Introduction šŸ“– Have you ever encountered empty cells at the end of your UITableView and wondered how to remove them? šŸ¤” Don't worry, we've got you covered! In this blog post, we'll addre

Cover Image for Error when testing on iOS simulator: Couldn"t register with the bootstrap server

Error when testing on iOS simulator: Couldn"t register with the bootstrap server

Published on September 2, 2023

## šŸ“± Fixing the "Couldn't register with the bootstrap server" Error on iOS Simulator šŸš€ So, you were testing your app on the iOS simulator, clicked a button on a UIAlertView, and suddenly šŸ›‘ BAM! The app crashed. Frustrated, you made some code changes in

Cover Image for How to write iOS app purely in C
c#

How to write iOS app purely in C

Published on September 2, 2023

šŸ“±šŸ’» **How to Write an iOS App Purely in C: Unveiling the Magic!** šŸ§™āœØ šŸ‘‹ Hey there, aspiring iOS developers! 🌟 Are you wondering if it's possible to build an iPhone app solely using the C programming language? šŸ¤” You've come to the right place because t

Cover Image for pod install -bash: pod: command not found

pod install -bash: pod: command not found

Published on September 2, 2023

## šŸš€ Problem: Pod command not found So, you're working on your project, trying to run `pod install` to install some fancy Cocoapods, and suddenly, you're hit with this error message: ``` -bash: pod: command not found ``` What gives? Did the Cocoapods

Cover Image for iTunes Connect: How to choose a good SKU?

iTunes Connect: How to choose a good SKU?

Published on September 2, 2023

# Choosing a Good SKU in iTunes Connect: Demystified! šŸ”šŸ’” Are you a developer looking to add a new application to iTunes Connect but confused about the mysterious SKU number? šŸ¤” Don't worry, you're not alone! In this blog post, we'll unravel the secrets

Cover Image for Remove or uninstall library previously added : cocoapods

Remove or uninstall library previously added : cocoapods

Published on September 2, 2023

# šŸ“š Uninstalling a Library Added with CocoaPods: A Quick Guide šŸ“š So, you added an external framework to your iOS application using CocoaPods, but now you're wondering how to get rid of it? Fear not, my fellow developer! I've got you covered with a step-

Cover Image for Determine device (iPhone, iPod Touch) with iOS

Determine device (iPhone, iPod Touch) with iOS

Published on September 2, 2023

### **šŸ“±šŸ” How to Determine Device (iPhone, iPod Touch) with iOS - A Handy Guide!** Are you looking to solve the mystery of which Apple device your iOS application is running on? šŸ¤” Well, fret no more! In this blog post, we will explore the common issue o

Cover Image for Objective-C ARC: strong vs retain and weak vs assign
properties

Objective-C ARC: strong vs retain and weak vs assign

Published on September 2, 2023

# Objective-C ARC: strong vs retain and weak vs assign šŸ“š Hey there tech enthusiasts! Welcome to another blog post where we unravel the mysteries of Objective-C memory management! 🧩 In today's edition, we'll be exploring the differences between `strong`

Cover Image for Fast and Lean PDF Viewer for iPhone / iPad / iOS - tips and hints?

Fast and Lean PDF Viewer for iPhone / iPad / iOS - tips and hints?

Published on September 2, 2023

šŸ“±šŸ“ššŸ” Fast and Lean PDF Viewer for iPhone / iPad / iOS - tips and hints? šŸ“±šŸ“ššŸ” Are you tired of dealing with slow and bulky PDF viewers on your iPhone or iPad? Want a fast and lightweight solution to view and navigate PDFs with ease? Look no further! In

Cover Image for How do I detect when someone shakes an iPhone?

How do I detect when someone shakes an iPhone?

Published on September 2, 2023

# title: Shake it, Shake it! How to Detect iPhone Shakes like a Pro! šŸ“±šŸ”„ *subtitle: Unveiling the secrets behind detecting those vigorous iPhone shakes!* Hey there, fellow tech enthusiasts! šŸ‘‹ Are you eager to add some extra pizzazz to your iOS app by d