Swift Protocol Hub

Swift Protocol Hub

According to Apple, declared on WWDC 2015, Swift is the first Protocol Oriented Programming (POP) language. As it seems Protocol is one of the core foundations for Swift learning. To have a better understanding of Swift one has to have a better understanding of Protocol. The Swift book from Apple covers all the basic parts … Continue the deep dive into the Swift Protocol Hub

Protocol, Swift way of thinking

Protocol Swift way of thinking

You ask any Swift lover, which features you love most on Swift. No doubt; it will be the way protocol works on Swift. Similar concepts like Interface lives on other languages, but the extensibility of protocol makes it shiny. By having protocol on its core Swift is build upon. So to understanding the Swift way … Continue the deep dive into the Protocol, Swift way of thinking