[Examples] Playground swift (#2425)

* Added Playground-Swift with two example pages.

* Added PhotoWithOutsetIconOverlay example.

* Added an extra tip in swift playground.

* Added HorizontalStackWithSpacer to the swift playground.

* Added fileprivate for some global variables.

* Added private to the setupNodes functions

* Added solutions to common issues.
This commit is contained in:
george-gw
2016-10-29 00:36:14 +02:00
committed by Adlai Holler
parent 1165628905
commit e4a2637804
18 changed files with 893 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
//
// Sample.h
// Sample
//
// Copyright © 2016 Facebook. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for Sample.
FOUNDATION_EXPORT double SampleVersionNumber;
//! Project version string for Sample.
FOUNDATION_EXPORT const unsigned char SampleVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <Sample/PublicHeader.h>