Protocol Composition In Swift
Oct 30, 2017, 1:45 PM
Are you feeling that your interfaces are too fat and you would like to split them? Protocol composition is the solution to your problems.
The post Protocol Composition In Swift appeared first on Marco Santa Dev.
How To Manage Plist Files With PlistBuddy
Oct 23, 2017, 12:45 PM
Would you like a very powerful tool to manage your plist files with bash scripts? Say hello to PlistBuddy.
The post How To Manage Plist Files With PlistBuddy appeared first on Marco Santa Dev.
How To Make iOS Animations With UIImageView in Swift
Oct 16, 2017, 12:30 PM
iOS Animations is a huge topic. A great animation can make the difference for a succesful application. In this tutorial, we are going to see how to use UIImageView to make amazing animations.
The post How To Make iOS Animations With...
ArraySlice In Swift
Oct 9, 2017, 12:45 PM
Array is a very common data collection. We use it pretty much every day. Array in Swift is very powerful and provides several features. In this article, we'll discuss one of them: ArraySlice.
The post ArraySlice In Swift appeared first on...
How To Implement Cache LRU With Swift
Oct 2, 2017, 12:30 PM
Algorithms and Data Structures. It's the basis of computer science and a very huge topic. In this article, we are going to cover only a little piece: Cache LRU.
The post How To Implement Cache LRU With Swift appeared first on Marco Santa...
App Localization Tips With Swift
Sep 25, 2017, 12:45 PM
Mobile localization is a very important topic. It helps us to reach as many users as possible providing our Apps with different languages. Let's find out some tips to improve our localization handling.
The post App Localization Tips With...
How To Test fatalError In Swift
Sep 18, 2017, 12:45 PM
Are you using fatalError functions to enforce the flow of your application and you're keen to test it? Let's find out a safe way to do it.
The post How To Test fatalError In Swift appeared first on Marco Santa Dev.
4 Ways To Pass Data Between Operations With Swift
Sep 11, 2017, 12:45 PM
Do you appreciate the power of Operations and would you like to pass the data between them to make amazing chains? Let's read 4 ways to achieve your dreams.
The post 4 Ways To Pass Data Between Operations With Swift appeared first on Marco...
Mock Dependencies: Instance and Metatype Injection With Swift
Sep 4, 2017, 12:45 PM
Do you want to mock all your dependencies to write perfect unit tests? Let's find out a couple of approaches.
The post Mock Dependencies: Instance and Metatype Injection With Swift appeared first on Marco Santa Dev.
New iOS Software Architecture: 4V Engine
Aug 28, 2017, 12:45 PM
When we develop an iOS application, we can choose among several software architectures. Unfortunately, all of them have some problems. 4V Engine is an alternative born to fill the gaps.
The post New iOS Software Architecture: 4V Engine...