giln / TestInteractivePlaygrounds

Testing Xcode 7.3 beta 2 feature: Interactive Playgrounds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TestInteractivePlaygrounds

Example project to test designing UI by code in playgrounds.

Add source files from project to ModuleInteractive target to access them from playgrounds.

Also note the:

@testable import ModuleInteractive

Without the @testable import everything has to be declared public.

The playgrounds use Manual and Auto Layout (ios9 NSLayoutAnchor) for testing purposes.

About

Testing Xcode 7.3 beta 2 feature: Interactive Playgrounds


Languages

Language:Swift 92.7%Language:Objective-C 7.3%