featherless software design

View on GitHub
17 October 2015

Getting The Current Xcode Playground Pages Name

by

Get current Xcode playground page name

You can get the name of the current Playground page using the following snippet:

NSProcessInfo.processInfo().environment["PLAYGROUND_NAME"]
tags: