Marcio Klepacz

Marcio Klepacz

Programming teacher volunteer @casadozezinho | Swift São Paulo Organizer | Building Software for fun and profit

Latest

Swift & Ruby Interoperability

For the past years I favored Ruby for developing web applications. Ruby has tons of great frameworks that…


Swift final methods under the hood

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…


Opening links on the simulator from the terminal

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: