Thursday, August 23, 2018

Visualizing Pointer Addresses as Emoji

Jason Pepas:

I often print pointer addresses as emoji. Handy when debugging issues related to UITableViewCell reuse etc.

It’s much easier to recognize 🎃 in a log than 0x00007fa2ec033200.

Here’s his Swift code.

Comments RSS · Twitter

Leave a Comment