⬆️ ⬇️

Swift video course in Russian

Hello, Habr!



We did video tutorials on the Swift language based on the free book The Swift Programming Language from Apple.





')

All 32 lessons are available on our website. A few lessons - under the cut.



The type of the function can be used like any other type in the language:







Change of properties can be observed and executed before the change and after the change:







The mutated method can change its instance:







Generic functions:



Source: https://habr.com/ru/post/225235/



All Articles