+ 2
So, is Swift getting official implementation in the Code Playground? A related question regarding that
Hey people! You can indirectly choose Swift in the Code Playground now through different methods. You can also access my code here, from one of my testings: https://code.sololearn.com/csVuHCMkF819/?ref=app Now, for my question... What kind of functionality can we expect here? What version of Swift and what limitations are there? Since you canât choose Swift from the Code Playground directly(not from the IOS app anyway), Iâm guessing itâs not officially implemented yet?
1 Answer
+ 2
Edit: For those who havenât noticed, Iâve found a couple of ways to use the compiler in Code Playground to play around with Swift. You can start a new project from the Solo Learn website, play around with it and save it. Once you have saved the project youâll also be able to continue coding in the app as well. Iâve had some problems with renaming the project from the app, and the same problems seem to occur when you want to use the «save as» function. You can still save normally, though. Thereâs also possible to use the compiler from the Swift 4 course, where you get to test the snippets of code from some of the examples.