by davidl | Feb 4, 2019 | Technical Consulting
Start with Playground: Using playgrounds in Xcode is a way to quickly program some code to check for validity. This is because playgrounds has a feature that shows you the result of the statement written. This is a handy feature to learn Swifts new features and syntax...