Protocol Composition In Swift
Are you feeling that your interfaces are too fat and you would like to split them? Protocol composition is the solution to your problems.
Are you feeling that your interfaces are too fat and you would like to split them? Protocol composition is the solution to your problems.
Would you like a very powerful tool to manage your plist files with bash scripts? Say hello to PlistBuddy.
iOS Animations is a huge topic. A great animation can make the difference for a successful application. In this tutorial, we are going to see how to use UIImageView to make amazing animations.
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.
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.
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.