check this out if you want to use MVC / MVCVM Pattern with generic https://github.com/insidegui/mvcwithsugar
GitHub
GitHub - insidegui/mvcwithsugar: Companion Playground for my talk at dotSwift 2020
Companion Playground for my talk at dotSwift 2020. Contribute to insidegui/mvcwithsugar development by creating an account on GitHub.
this is one exmaple how i use generic viewcontrollers in my projects
this channel is now also available on minds.com as group. Minds is a perfect solution for sharing you thoughts and bring different thoughts together (https://www.minds.com/groups/profile/1078291149578756096/feed)
it't a old blog post but its very interesting https://lemire.me/blog/2016/09/29/can-swift-code-call-c-code-without-overhead/
Daniel Lemire's blog
Can Swift code call C code without overhead?
Swift is the latest hot new language from Apple. It is becoming the standard programming language on Apple systems. I complained in a previous post that Swift 3.0 has only about half of Java’s speed in tests that I care about. That’s not great for high-performance…