Documentation that is pleasant to read in Swift
Hallo meisjes en jongens, Leo hier. The topic today is how to create documentation that is pleasant to read in Swift and help others to interact better with your code. Today we will explore a little further into how can you be more descriptive in your Swift code. A very important part of every developer’s […]
How to Make APIs Constraints in Swift
Hallo meisjes en jongens, Leo hier. The topic today is how to make APIs constraints in Swift. It’s a very quick tip on how to turn code unavailable in Swift. It’s very interesting that Xcode helps you when you try to constrain your code to some version or make it unavailable at all. When you […]