Leveraging Data and Analytics For Robust User Experience
“Data science has successfully emerged as a fundamental driving force in digital transformation efforts. It is the best way of creating and validating solutions to improve decision-making across the board”. Covid-19 pandemic! It hit the world hard from every angle, from economic to psychological. And…
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…
How to Let User Paste Data Into your App in SwiftUI
With iOS 16, SwiftUI has a new dedicated PasteButton that lets user paste any kind of objects. It let us receive any object that conforms to the Transferable protocol. Some examples are: String, URL, Data and Image. Implementation To let the user paste an image,…