Tag: Open Source
All the articles with the tag "Open Source".
-
Meta-programming in Swift
Swift has very limited runtime support and no meta-programming features. I created a new tool that changes that, it's called Sourcery
-
Better MVVM setup with POP and Runtime
Even if we are writing pure Swift code in our app, we still deal with Objective-C Frameworks like UIKit.
-
Investing time into developer tools
As I open source another framework this week, I wanted to share few thoughts about building developer tools.
-
Setting up pre-commit hook for iOS
Many of us already write unit tests and run continuous integration servers, we can also leverage great tools like Danger to easily add some checks to the...
-
Writing Xcode plugin in Swift
I've found myself using Xcode a lot more than I did in Objective-C. One of things I’ve missed a lot from my AppCode setup, is the ability to jump to...
-
Stop writing data parsing code in your apps
Data parsing is one of most common tasks we need to do in our apps, yet still majority of people do this parsing by hand, always repeating the same code for...