Skip to content
Go back

Playgrounds for Objective C

Playgrounds are one of the niftiest features of Swift.

They allow you to quickly test out bits of code and see results in real time without going through the traditional edit-compile-run-debug cycle.

“But surely playgrounds aren’t possible in Objective-C?” you say… Think again.

Features

Source code on GitHub


Share this post on:

Previous Post
Simple way to scrape web with Ruby
Next Post
iOS Project Bootstrap