Visualizing Pointer Addresses as Emoji
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.
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.