Tag Archives: Objective-C

Accessing variables in other classes in Objective-C.

This was meant to be a reply to a question on Stack Overflow, but when I’d finally written this all up, the poster had deleted the question. Figured I wouldn’t let all this go to waste so posting it here, … Continue reading

Posted in Code | Tagged , , , | Leave a comment

The equivalent of ‘toString’ in Objective-C.

If you’ve ever wondered if there’s a convenient way in Objective-C to write a function for “expressing” the value of an object of yours, as a string, just like “toString” in e.g. JavaScript (and Java? I think), I’ve got good … Continue reading

Posted in Software | Tagged , , , , , , , , | 2 Comments