In the last two posts we discovered the theory behind Swift Package Manager and gained knowledge about its core functions: add, edit and update a package. Now the time has … Continue reading “Package.swift in details”
Tagged As:
Swift
Improve your code with custom DSL
Recently I had to use URL request with query parameters, which were based on FIQL syntax. I’ve started with simple string concatenation, but then it began to grow and became … Continue reading “Improve your code with custom DSL”
Scalable architecture for iOS app – case study
Long story short – we had an iOS app, written in Objective-C. A huge one, with many, many issues. We decided to rewrite it in Swift – for various reasons, … Continue reading “Scalable architecture for iOS app – case study”