

Swift & Ruby Interoperability
For the past years I favored Ruby for developing web applications. Ruby has tons of great frameworks that…
Programming teacher volunteer @casadozezinho | Swift São Paulo Organizer | Building Software for fun and profit

For the past years I favored Ruby for developing web applications. Ruby has tons of great frameworks that…
In Swift you have many ways to mark your methods, you can make them: public, private, mutable, final and etc… On this post I’m going to investigate more deeply what happens when a method is marked as final. I’ll do it by looking into the Swift intermediate Language…
A useful tip especially if have to test deep links: You can open them on iOS simulator from the command line using xcrun. Open your terminal and type: