Read and Write Data in a Sandboxed App (Part 1)
If you are developing a Mac app you may need to read and write files to the user’s Mac folders, outside of the app container. I found myself in the same situation many times. So in this guide I want to share what is my…
Mobile App Development
0
Make Code Easier to Write and Read in Swift 5.9
Swift 5.9 introduces some improvements that will allow a more clear and less tedious to write code. This changes affect if else and switch statements. Let’s see them more in detail. If-else The ternary syntax is really handy and allows us to return a result…