10 followers
iOS Developer (:
Subscribe to my newsletter and never miss my upcoming articles
Hello my brilliant readers, Leo here. Today we'll explore one of the oldest reactive techniques that you can easily implement in pure Swift. But why would you do that if you have Combine or RxSwift. Well, maybe you don't want to add all the complexit...
Hello witches and werewolfs, Leo here. Today we'll explore some Swift Standard Library. Today the topic is about the lesser known Dictionary initializers, recently I discovered that Dictionaries in Swift has 7, yes you read it right, SEVEN different ...
Hello my fellow sorcerers and witches, Leo here. Today we'll explore some parsing magic that you can do to handle the way your API deal with json. It's a important topic because oftentimes your backend APIs will send you data that isn't much friendly...
Hello friends, Leo here. Today we'll quickly explore a problema with images and layouts. Aspect ratio is an important feature to master because nowadays we have a bunch of screen sizes, this implies on layout changing regarding the width and the heig...
Hello my friends, Leo here. Today we'll explore some UI/UX post about how Apple recommends the use of tab bar in app navigation. The tab bar is used by a variety of apps and Apple use it a lot for example in App Store, Podcasts, Clock and so on. It's...
Hello everyone, Leo here. This is the swift algorithm series and today we'll explore a very common linked list problem. Not very often when you are dealing with linked lists you have to deal with pointers, one example is when you have to find if a li...