Matteo Gavagnin
Results
2
issues of
Matteo Gavagnin
Support for: Xcode 10.1 and Swift 4.2 Also removed few warnings
In the sample code provided by Apple called [TalkingToTheLiveView](https://developer.apple.com/library/content/samplecode/TalkingToTheLiveView/Introduction/Intro.html), for each page there is a `LiveView.swift` file that contains few lines of code ```swift import PlaygroundSupport let page = PlaygroundPage.current...